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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蜈悟「楢叉 | 111001011000010110001100111001011010001010010011111010001000110110110011 | e5858ce5a293e88db3 |
EUC-JP | 蜈悟「楢叉 | 11101001111001011011100011100111100011101010001011000110111010101011101010110101 | e9e5b8e78ea2c6eabab5 |
UTF-8 | 蜈悟「楢叉 | 111010001001110010001000111001101000001010011111111011111011110110100010111001101010010110100010111001011000111110001001 | e89c88e6829fefbda2e6a5a2e58f89 |
UHC | 蜈悟?楢叉 | 111010001010010111100111111101100011111111101010111110011111001110101001 | e8a5e7f63feaf9f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)