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 | 1000111111011101111110001111101101001000 | 8fddf8fb48 |
EUC-JP | 醤?H | 10111110110111110011111101001000 | bedf3f48 |
UTF-8 | 醤H | 11101001100001101010010011101110100110101001101001001000 | e986a4ee9a9a48 |
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)