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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???爾?? | 00111111001111110011111110001110101000100011111100111111 | 3f3f3f8ea23f3f |
| EUC-JP | ???爾?? | 00111111001111110011111110111100101001000011111100111111 | 3f3f3fbca43f3f |
| UTF-8 | 緣쏅퀬爾멨푻 | 111001111011011110100011111011001000111110000101111011011000000010101100111001111000100010111110111010111010100110101000111011011001000110111011 | e7b7a3ec8f85ed80ace788beeba9a8ed91bb |
| UHC | 緣쏅퀬爾멨푻 | 111001101101111010011011111010111011001110100000111011001011001110111000111001011011111010000111 | e6de9bebb3a0ecb3b8e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)