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 | 鉗伉籠 | 111001111110011110011000110000101110001011000100 | e7e798c2e2c4 |
EUC-JP | 鉗伉籠 | 111011101110100111010000110001001110010011000110 | eee9d0c4e4c6 |
UTF-8 | 鉗伉籠 | 111010011000100110010111111001001011110010001001111001111011000110100000 | e98997e4bc89e7b1a0 |
UHC | 鉗伉籠 | 110011001100011011111001111100101101011011101011 | ccc6f9f2d6eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)