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 | 瑩?Т | 1110000011110000001111111000010001010011 | e0f03f8453 |
| EUC-JP | 瑩?Т | 1110000011110010001111111010011110110100 | e0f23fa7b4 |
| UTF-8 | 瑩덞Т | 1110011110010001101010011110101110001101100111101101000010100010 | e791a9eb8d9ed0a2 |
| UHC | 瑩덞Т | 111110111010100110110100111110111010110010110100 | fba9b4fbacb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)