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 | 苡??涅? | 11100100100011110011111100111111100111111011100000111111 | e48f3f3f9fb83f |
| EUC-JP | 苡??涅? | 11100111111011110011111100111111110111101011101000111111 | e7ef3f3fdeba3f |
| UTF-8 | 苡끿썪涅쪩 | 111010001000101110100001111010111000000110111111111011001000110110101010111001101011011010000101111011001010101010101001 | e88ba1eb81bfec8daae6b685ecaaa9 |
| UHC | 苡끿썪涅쪩 | 11101100101111101000010111100111100110111001101111100110111011101010011001000010 | ecbe85e79b9be6eea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)