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 | 蔔エ蝎エ^ | 11100100111101111011010011100101100110011011010001011110 | e4f7b4e599b45e |
EUC-JP | 蔔エ蝎エ^ | 111010001111100110001110101101001110100111111001100011101011010001011110 | e8f98eb4e9f98eb45e |
UTF-8 | 蔔エ蝎エ^ | 11101000100101001001010011101111101111011011010011101000100111011000111011101111101111011011010001011110 | e89494efbdb4e89d8eefbdb45e |
UHC | 蔔?蝎?^ | 11011100110110110011111111001010111010010011111101011110 | dcdb3fcae93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)