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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 笠?笠?B | 10001010011111010011111110001010011111010011111101000010 | 8a7d3f8a7d3f42 |
EUC-JP | 笠?笠?B | 10110011110111100011111110110011110111100011111101000010 | b3de3fb3de3f42 |
UTF-8 | 笠뇔笠뇔B | 11100111101011001010000011101011100001111001010011100111101011001010000011101011100001111001010001000010 | e7aca0eb8794e7aca0eb879442 |
UHC | 笠뇔笠뇔B | 110110001010001010110011111111001101100010100010101100111111110001000010 | d8a2b3fcd8a2b3fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)