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 | 粡トト | 11100010111001111100010011000100 | e2e7c4c4 |
| EUC-JP | 粡トト | 111001001110100110001110110001001000111011000100 | e4e98ec48ec4 |
| UTF-8 | 粡トト | 111001111011001010100001111011111011111010000100111011111011111010000100 | e7b2a1efbe84efbe84 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)