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 | 鞨啄飼 | 111010001110000010010001111011011000111010010100 | e8e091ed8e94 |
EUC-JP | 鞨啄飼 | 111100001110001011000010111011111011101111110100 | f0e2c2efbbf4 |
UTF-8 | 鞨啄飼 | 111010011001111010101000111001011001010110000100111010011010001110111100 | e99ea8e59584e9a3bc |
UHC | 鞨啄飼 | 110010101110101011110110111100101101111011111000 | caeaf6f2def8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)