To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜ゆ?墺 | 10010111011010101000001011100100001111111001101011010010 | 976a82e43f9ad2 |
EUC-JP | 曜ゆ?墺 | 11001101110010111010010011100110001111111101010011010100 | cdcba4e63fd4d4 |
UTF-8 | 曜ゆ슲墺 | 111001101001101110011100111000111000001010000110111011001000101010110010111001011010001010111010 | e69b9ce38286ec8ab2e5a2ba |
UHC | 曜ゆ슲墺 | 1110100011111000101010101110011010011010101110011110011111110010 | e8f8aae69ab9e7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)