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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 顫醍明^ | 11101000111110101001000111100111100101101011111001011110 | e8fa91e796be5e |
EUC-JP | 顫醍明^ | 11110000111111001100001011101001110011001100000001011110 | f0fcc2e9ccc05e |
UTF-8 | 顫醍明^ | 11101001101000011010101111101001100001101000110111100110100110001000111001011110 | e9a1abe9868de6988e5e |
UHC | 顫醍明^ | 11101111101101011111000010110101110110011010010101011110 | efb5f0b5d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)