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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 繡?? | 1000111111010100110101110011111100111111 | 8fd4d73f3f |
| UTF-8 | 繡걦뢗 | 111001111011100110100001111010101011000110100110111010111010001010010111 | e7b9a1eab1a6eba297 |
| UHC | 繡걦뢗 | 111000101011100110000001100011111000111101010010 | e2b9818f8f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)