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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 蛛珎獻a | 11100101100000011110000011011101111000001101100101100001 | e581e0dde0d961 |
EUC-JP | 蛛珎獻a | 11101001111000011110000011011111111000001101101101100001 | e9e1e0dfe0db61 |
UTF-8 | 蛛珎獻a | 11101000100110111001101111100111100011111000111011100111100011011011101101100001 | e89b9be78f8ee78dbb61 |
UHC | 蛛?獻a | 111100011100100000111111111110101100110001100001 | f1c83ffacc61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)