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 | 吾涅? | 1000110011100001100111111011100000111111 | 8ce19fb83f |
| EUC-JP | 吾涅? | 1011100011100011110111101011101000111111 | b8e3deba3f |
| UTF-8 | 吾涅잋 | 111001011001000010111110111001101011011010000101111011001001111010001011 | e590bee6b685ec9e8b |
| UHC | 吾涅잋 | 111001111110111011100110111011101001111111100100 | e7eee6ee9fe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)