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 | 豫??暎? | 10011000101011000011111100111111100111011111001100111111 | 98ac3f3f9df33f |
| EUC-JP | 豫??暎? | 11010000101011100011111100111111110110101111010100111111 | d0ae3f3fdaf53f |
| UTF-8 | 豫길윇暎첕 | 111010001011000110101011111010101011100010111000111011001001110010000111111001101001101010001110111011001011001010010101 | e8b1abeab8b8ec9c87e69a8eecb295 |
| UHC | 豫길윇暎첕 | 11100111111000111011000111100110100111111001000011100111101100101010101101000010 | e7e3b1e69f90e7b2ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)