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 | 臟【臟【^ | 111001000110011010000001011110011110010001100110100000010111100101011110 | e4668179e46681795e |
EUC-JP | 臟【臟【^ | 111001111100011110100001110110101110011111000111101000011101101001011110 | e7c7a1dae7c7a1da5e |
UTF-8 | 臟【臟【^ | 11101000100001111001111111100011100000001001000011101000100001111001111111100011100000001001000001011110 | e8879fe38090e8879fe380905e |
UHC | 臟【臟【^ | 111011011111010010100001101111001110110111110100101000011011110001011110 | edf4a1bcedf4a1bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)