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 | 0011111101000010 | 3f42 |
SJIS-WIN | 秧B | 111000100101111001000010 | e25e42 |
EUC-JP | 秧B | 111000111011111101000010 | e3bf42 |
UTF-8 | 秧B | 11100111101001111010011101000010 | e7a7a742 |
UHC | 秧B | 111001001110101101000010 | e4eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)