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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茱・螟・^ | 11100100101000111010010111100101101001001010010101011110 | e4a3a5e5a4a55e |
EUC-JP | 茱・螟・^ | 111010001010010110001110101001011110101010100110100011101010010101011110 | e8a58ea5eaa68ea55e |
UTF-8 | 茱・螟・^ | 11101000100011001011000111101111101111011010010111101000100111101001111111101111101111011010010101011110 | e88cb1efbda5e89e9fefbda55e |
UHC | 茱?螟?^ | 11100010101111000011111111011001101011010011111101011110 | e2bc3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)