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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 低?燼荳?^ | 100100101110000100111111111000001001111011100100101110000011111101011110 | 92e13fe09ee4b83f5e |
EUC-JP | 低?燼荳?^ | 110001001110001100111111110111111111111011101000101110100011111101011110 | c4e33fdffee8ba3f5e |
UTF-8 | 低렦燼荳ㄼ^ | 11100100101111011000111011101011101000001010011011100111100001111011110011101000100011011011001111100011100001001011110001011110 | e4bd8eeba0a6e787bce88db3e384bc5e |
UHC | 低렦燼荳ㄼ^ | 1110111010111000100011101011010111100011111010001101010011100101101001001010110001011110 | eeb88eb5e3e8d4e5a4ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)