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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| EUC-JP | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| UTF-8 | 책혧짤N | 11101100101100011000010111101101100110001010011111101100101001111010010001001110 | ecb185ed98a7eca7a44e |
| UHC | 책혧짤N | 11000011101001011100001010001111110000101010100101001110 | c3a5c28fc2a94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)