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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貉ソ闃晄ケ | 1110011010111001101111111110100010001010100111011110011010111001 | e6b9bfe88a9de6b9 |
EUC-JP | 貉ソ闃晄ケ | 11101100101110111000111010111111111011111110101011011010111010001000111010111001 | ecbb8ebfefeadae88eb9 |
UTF-8 | 貉ソ闃晄ケ | 111010001011001010001001111011111011110110111111111010011001011110000011111001101001100110000100111011111011110110111001 | e8b289efbdbfe99783e69984efbdb9 |
UHC | ???晄? | 001111110011111100111111111111001100110100111111 | 3f3f3ffccd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)