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 | 100100101010010001000010 | 92a442 |
EUC-JP | 彫B | 110001001010011001000010 | c4a642 |
UTF-8 | 彫B | 11100101101111011010101101000010 | e5bdab42 |
UHC | 彫B | 111100001100000101000010 | f0c142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)