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 | ??燼荳?^ | 0011111100111111111000001001111011100100101110000011111101011110 | 3f3fe09ee4b83f5e |
EUC-JP | 祜?燼荳?^ | 10001111110100001101100000111111110111111111111011101000101110100011111101011110 | 8fd0d83fdffee8ba3f5e |
UTF-8 | 祜렦燼荳ㄼ^ | 11100111101001011001110011101011101000001010011011100111100001111011110011101000100011011011001111100011100001001011110001011110 | e7a59ceba0a6e787bce88db3e384bc5e |
UHC | 祜렦燼荳ㄼ^ | 1111101111010100100011101011010111100011111010001101010011100101101001001010110001011110 | fbd48eb5e3e8d4e5a4ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)