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 | 齬??肉? | 11101010100101110011111100111111100100111111011100111111 | ea973f3f93f73f |
| EUC-JP | 齬??肉? | 11110011111101110011111100111111110001101111100100111111 | f3f73f3fc6f93f |
| UTF-8 | 齬잙굝肉툲 | 111010011011110110101100111011001001111010011001111010101011010110011101111010001000001010001001111011011000100010110010 | e9bdacec9e99eab59de88289ed88b2 |
| UHC | 齬잙굝肉툲 | 11100101111000011001111111101011100000101000010111101011101111111011100101000110 | e5e19feb8285ebbfb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)