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 | ??wh | 00111111001111110111011101101000 | 3f3f7768 |
SJIS-WIN | 玻邵wh | 111000001101111011100111101110000111011101101000 | e0dee7b87768 |
EUC-JP | 玻邵wh | 111000001110000011101110101110100111011101101000 | e0e0eeba7768 |
UTF-8 | 玻邵wh | 1110011110001110101110111110100110000010101101010111011101101000 | e78ebbe982b57768 |
UHC | ?邵wh | 0011111111100001110100000111011101101000 | 3fe1d07768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)