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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 螳溽ォコ\ | 11100101101011101001111111100111101010111011101001011100 | e5ae9fe7abba5c |
EUC-JP | 螳溽ォコ\ | 111010101011000011011110111010011000111010101011100011101011101001011100 | eab0dee98eab8eba5c |
UTF-8 | 螳溽ォコ\ | 11101000100111101011001111100110101110101011110111101111101111011010101111101111101111011011101001011100 | e89eb3e6babdefbdabefbdba5c |
UHC | 螳???\ | 110100111101100100111111001111110011111101011100 | d3d93f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)