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 | 100011010111000100111111001111111000100011010101001111110011111101000010 | 8d713f3f88d53f3f42 |
EUC-JP | 航??易??B | 101110011101001000111111001111111011000011010111001111110011111101000010 | b9d23f3fb0d73f3f42 |
UTF-8 | 航쒎폀易뽪뮈B | 11101000100010001010101011101100100100101000111011101101100011111000000011100110100110001001001111101011101111011010101011101011101011101000100001000010 | e888aaec928eed8f80e69893ebbdaaebae8842 |
UHC | 航쒎폀易뽪뮈B | 11111001111111101001110011100101101111001000111111100110101101101001011011100110101110011011111101000010 | f9fe9ce5bc8fe6b696e6b9bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)