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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 譽????ァ | 1110011010100011001111110011111100111111001111111000001101000000 | e6a33f3f3f3f8340 |
| EUC-JP | 譽????ァ | 1110110010100101001111110011111100111111001111111010010110100001 | eca53f3f3f3fa5a1 |
| UTF-8 | 譽됭쎗若쏂ァ | 111010001010110110111101111010111001000010101101111011001000111010010111111011111010010110110100111011001000111110000010111000111000001010100001 | e8adbdeb90adec8e97efa5b4ec8f82e382a1 |
| UHC | 譽됭쎗若쏂ァ | 111001111110001010001001111010001001101110111110111001011010111010011011111010001010101110100001 | e7e289e89bbee5ae9be8aba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)