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 | ?換晤 | 0011111110001010101101111001110111101011 | 3f8ab79deb |
| EUC-JP | ?換晤 | 0011111110110100101110011101101011101101 | 3fb4b9daed |
| UTF-8 | 룿換晤 | 111010111010001110111111111001101000111110011011111001101001100110100100 | eba3bfe68f9be699a4 |
| UHC | 룿換晤 | 100011111011000011111100101101011110011111111011 | 8fb0fcb5e7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)