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 | 盖獗顫 | 111000011011001111100000110100111110100011111010 | e1b3e0d3e8fa |
EUC-JP | 盖獗顫 | 111000101011010111100000110101011111000011111100 | e2b5e0d5f0fc |
UTF-8 | 盖獗顫 | 111001111001101110010110111001111000110110010111111010011010000110101011 | e79b96e78d97e9a1ab |
UHC | 盖獗顫 | 110010111100110011001111111100011110111110110101 | cbcccff1efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)