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 | 莅o終 | 111001001010110010000010100011111000111101001001 | e4ac828f8f49 |
| EUC-JP | 莅o終 | 111010001010111010100011111011111011110110101010 | e8aea3efbdaa |
| UTF-8 | 莅o終 | 111010001000111010000101111011111011110110001111111001111011010110000010 | e88e85efbd8fe7b582 |
| UHC | ?o終 | 0011111110100011111011111111000011111011 | 3fa3eff0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)