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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 蟠ァE | 11100101101101001010011101000101 | e5b4a745 |
EUC-JP | 蟠ァE | 1110101010110110100011101010011101000101 | eab68ea745 |
UTF-8 | 蟠ァE | 11101000100111111010000011101111101111011010011101000101 | e89fa0efbda745 |
UHC | 蟠?E | 11011010111101100011111101000101 | daf63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)