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 | 歪??鉛? | 10011000011000110011111100111111100010011001010000111111 | 98633f3f89943f |
| EUC-JP | 歪??鉛? | 11001111110001000011111100111111101100011111010000111111 | cfc43f3fb1f43f |
| UTF-8 | 歪귛젮鉛콿 | 111001101010110110101010111010101011011110011011111011001010000010101110111010011000100110011011111011001011110110111111 | e6adaaeab79beca0aee9899becbdbf |
| UHC | 歪귛젮鉛콿 | 11101000111000001000001011100101101000001010010011100110111001111011001001001111 | e8e082e5a0a4e6e7b24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)