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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?昨?? | 0011111110001101111100000011111100111111 | 3f8df03f3f |
| EUC-JP | ?昨?焰 | 00111111101110101111001000111111100011111100100111101111 | 3fbaf23f8fc9ef |
| UTF-8 | 뤳昨왕焰 | 111010111010010010110011111001101001100010101000111011001001100110010101111001111000010010110000 | eba4b3e698a8ec9995e784b0 |
| UHC | 뤳昨왕焰 | 1000111111100001111011011100011010111111110101011110011011111011 | 8fe1edc6bfd5e6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)