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 | 001111110011111110001101110010010011111111100000111000000011111101000010 | 3f3f8dc93fe0e03f42 |
EUC-JP | 塡?宰?珥?B | 1000111110111000101101000011111110111010110010110011111111100000111000100011111101000010 | 8fb8b43fbacb3fe0e23f42 |
UTF-8 | 塡렣宰렞珥렜B | 11100101101000011010000111101011101000001010001111100101101011101011000011101011101000001001111011100111100011111010010111101011101000001001110001000010 | e5a1a1eba0a3e5aeb0eba09ee78fa5eba09c42 |
UHC | 塡렣宰렞珥렜B | 11101110111100111000111010110100111011101010010110001110101011111110110010110100100011101010111001000010 | eef38eb4eea58eafecb48eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)