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 | 11111010101101001001100011101101100110001011101101010000 | fab498ed98bb50 |
EUC-JP | 嶸倆仆P | 1000111110111011111101001101000011101111110100001011110101010000 | 8fbbf4d0efd0bd50 |
UTF-8 | 嶸倆仆P | 11100101101101101011100011100101100000001000011011100100101110111000011001010000 | e5b6b8e58086e4bb8650 |
UHC | 嶸倆?P | 111001111010111011010101110101100011111101010000 | e7aed5d63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)