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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 帳??易??B | 100100101010000000111111001111111000100011010101001111110011111101000010 | 92a03f3f88d53f3f42 |
EUC-JP | 帳??易??B | 110001001010001000111111001111111011000011010111001111110011111101000010 | c4a23f3fb0d73f3f42 |
UTF-8 | 帳쒎폀易뽪뮈B | 11100101101110001011001111101100100100101000111011101101100011111000000011100110100110001001001111101011101111011010101011101011101011101000100001000010 | e5b8b3ec928eed8f80e69893ebbdaaebae8842 |
UHC | 帳쒎폀易뽪뮈B | 11101101111000111001110011100101101111001000111111100110101101101001011011100110101110011011111101000010 | ede39ce5bc8fe6b696e6b9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)