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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?桎?P | 0011111110011110011111100011111101010000 | 3f9e7e3f50 |
EUC-JP | ?桎?P | 0011111111011011110111110011111101010000 | 3fdbdf3f50 |
UTF-8 | 롚桎렢P | 11101011101000011001101011100110101000011000111011101011101000001010001001010000 | eba19ae6a18eeba0a250 |
UHC | 롚桎렢P | 10001110110111101111001011101110100011101011001101010000 | 8edef2ee8eb350 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)