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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?痂曹 | 0011111111100001011011111001000110000010 | 3fe16f9182 |
| EUC-JP | ?痂曹 | 0011111111100001110100001100000111100010 | 3fe1d0c1e2 |
| UTF-8 | 뤚痂曹 | 111010111010010010011010111001111001011110000010111001101001101110111001 | eba49ae79782e69bb9 |
| UHC | 뤚痂曹 | 100011111100100111001010101100101111000011000111 | 8fc9cab2f0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)