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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 隕?@B | 1110100010100110001111110100000001000010 | e8a63f4042 |
EUC-JP | 隕?@B | 1111000010101000001111110100000001000010 | f0a83f4042 |
UTF-8 | 隕렞@B | 1110100110011010100101011110101110100000100111100100000001000010 | e99a95eba09e4042 |
UHC | 隕렞@B | 111010101010001010001110101011110100000001000010 | eaa28eaf4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)