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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
| SJIS-WIN | 蔗種襲H | 11100100111100101000111011101101100011110101000001001000 | e4f28eed8f5048 |
| EUC-JP | 蔗種襲H | 11101000111101001011110011101111101111011011000101001000 | e8f4bcefbdb148 |
| UTF-8 | 蔗種襲H | 11101000100101001001011111100111101010001010111011101000101001011011001001001000 | e89497e7a8aee8a5b248 |
| UHC | 蔗種襲H | 11101101101111011111000011111010111000111010100101001000 | edbdf0fae3a948 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)