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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 繹癰誓\ | 11100011100010001110000110011110100100001011111001011100 | e388e19e90be5c |
EUC-JP | 繹癰誓\ | 11100101111010001110000111111110110000001100000001011100 | e5e8e1fec0c05c |
UTF-8 | 繹癰誓\ | 11100111101110011011100111100111100110011011000011101000101010101001001101011100 | e7b9b9e799b0e8aa935c |
UHC | 繹癰誓\ | 11100110101110101110100010111001111000001010010101011100 | e6bae8b9e0a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)