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 | 001111110101111101000010 | 3f5f42 |
SJIS-WIN | ?_B | 001111110101111101000010 | 3f5f42 |
EUC-JP | ?_B | 001111110101111101000010 | 3f5f42 |
UTF-8 | 쉃_B | 1110110010001001100000110101111101000010 | ec89835f42 |
UHC | 쉃_B | 10011010010110000101111101000010 | 9a585f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)