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`B | 00111111011010000110000001000010 | 3f686042 |
SJIS-WIN | h`B | 1111001011100011011010000110000001000010 | f2e3686042 |
EUC-JP | ?h`B | 00111111011010000110000001000010 | 3f686042 |
UTF-8 | h`B | 111011101000100010011010011010000110000001000010 | ee889a686042 |
UHC | ?h`B | 00111111011010000110000001000010 | 3f686042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)