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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羈褐棺 | 111000111011000110001010100011001000101010111011 | e3b18a8c8abb |
EUC-JP | 羈褐棺 | 111001101011001110110011111011001011010010111101 | e6b3b3ecb4bd |
UTF-8 | 羈褐棺 | 111001111011111010001000111010001010010010010000111001101010001110111010 | e7be88e8a490e6a3ba |
UHC | 羈褐棺 | 110100011011110011001010111010001100111010110010 | d1bccae8ceb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)