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 | 11100101101011101011001111100101100111011010010001000010 | e5aeb3e59da442 |
EUC-JP | 螳ウ蝮、B | 111010101011000010001110101100111110100111111101100011101010010001000010 | eab08eb3e9fd8ea442 |
UTF-8 | 螳ウ蝮、B | 11101000100111101011001111101111101111011011001111101000100111011010111011101111101111011010010001000010 | e89eb3efbdb3e89daeefbda442 |
UHC | 螳???B | 110100111101100100111111001111110011111101000010 | d3d93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)