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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蝎エ蝎エ^ | 11100101100110011011010011100101100110011011010001011110 | e599b4e599b45e |
EUC-JP | 蝎エ蝎エ^ | 111010011111100110001110101101001110100111111001100011101011010001011110 | e9f98eb4e9f98eb45e |
UTF-8 | 蝎エ蝎エ^ | 11101000100111011000111011101111101111011011010011101000100111011000111011101111101111011011010001011110 | e89d8eefbdb4e89d8eefbdb45e |
UHC | 蝎?蝎?^ | 11001010111010010011111111001010111010010011111101011110 | cae93fcae93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)