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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 該邯 | 10001010010110011110011110110110 | 8a59e7b6 |
EUC-JP | 該邯 | 10110011101110101110111010111000 | b3baeeb8 |
UTF-8 | 該邯 | 111010001010100110110010111010011000001010101111 | e8a9b2e982af |
UHC | 該邯 | 11111010101100011100101011111011 | fab1cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)