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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 蟆、H | 11100101101100001010010001001000 | e5b0a448 |
EUC-JP | 蟆、H | 1110101010110010100011101010010001001000 | eab28ea448 |
UTF-8 | 蟆、H | 11101000100111111000011011101111101111011010010001001000 | e89f86efbda448 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)