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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 少?B | 10001111101011010011111101000010 | 8fad3f42 |
EUC-JP | 少?B | 10111110101011110011111101000010 | beaf3f42 |
UTF-8 | 少잍B | 11100101101100001001000111101100100111101000110101000010 | e5b091ec9e8d42 |
UHC | 少잍B | 1110000110110100100111111110011001000010 | e1b49fe642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)