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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 絋ょ黄^ | 11100011010001011000001011100101100010011010100101011110 | e34582e589a95e |
EUC-JP | 絋ょ黄^ | 11100101101001101010010011100111101100101010101101011110 | e5a6a4e7b2ab5e |
UTF-8 | 絋ょ黄^ | 11100111101101011000101111100011100000101000011111101001101110111000010001011110 | e7b58be38287e9bb845e |
UHC | ?ょ?^ | 0011111110101010111001110011111101011110 | 3faae73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)