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 | 100011101101101110001110101101100111011101101000 | 8edb8eb67768 |
EUC-JP | 杓叱wh | 101111001101110110111100101110000111011101101000 | bcddbcb87768 |
UTF-8 | 杓叱wh | 1110011010011101100100111110010110001111101100010111011101101000 | e69d93e58fb17768 |
UHC | 杓叱wh | 111110001111010111110010111010100111011101101000 | f8f5f2ea7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)