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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 譽ァ譽ァB | 11100110101000111010011111100110101000111010011101000010 | e6a3a7e6a3a742 |
| EUC-JP | 譽ァ譽ァB | 111011001010010110001110101001111110110010100101100011101010011101000010 | eca58ea7eca58ea742 |
| UTF-8 | 譽ァ譽ァB | 11101000101011011011110111101111101111011010011111101000101011011011110111101111101111011010011101000010 | e8adbdefbda7e8adbdefbda742 |
| UHC | 譽?譽?B | 11100111111000100011111111100111111000100011111101000010 | e7e23fe7e23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)