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 | 蛛蜚儼 | 111001011000000111100101100101001001100101010110 | e581e5949956 |
EUC-JP | 蛛蜚儼 | 111010011110000111101001111101001101000110110111 | e9e1e9f4d1b7 |
UTF-8 | 蛛蜚儼 | 111010001001101110011011111010001001110010011010111001011000010010111100 | e89b9be89c9ae584bc |
UHC | 蛛蜚儼 | 111100011100100011011110101001001110010111110000 | f1c8dea4e5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)