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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
| SJIS-WIN | ?頃??K | 001111111000110110100000001111110011111101001011 | 3f8da03f3f4b |
| EUC-JP | 塡頃??K | 1000111110111000101101001011101010100010001111110011111101001011 | 8fb8b4baa23f3f4b |
| UTF-8 | 塡頃렰렔K | 11100101101000011010000111101001101000001000001111101011101000001011000011101011101000001001010001001011 | e5a1a1e9a083eba0b0eba0944b |
| UHC | 塡頃렰렔K | 111011101111001111001100111100011000111010111101100011101010100101001011 | eef3ccf18ebd8ea94b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)