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 | 長?長?^ | 10010010101101110011111110010010101101110011111101011110 | 92b73f92b73f5e |
EUC-JP | 長?長?^ | 11000100101110010011111111000100101110010011111101011110 | c4b93fc4b93f5e |
UTF-8 | 長줏長줌^ | 11101001100101011011011111101100101001001000111111101001100101011011011111101100101001001000110001011110 | e995b7eca48fe995b7eca48c5e |
UHC | 長줏長줌^ | 111011011111111011000001110111101110110111111110110000011101110001011110 | edfec1deedfec1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)