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 | ?cB | 001111110110001101000010 | 3f6342 |
SJIS-WIN | 廩cB | 10011100010010000110001101000010 | 9c486342 |
EUC-JP | 廩cB | 11010111101010010110001101000010 | d7a96342 |
UTF-8 | 廩cB | 1110010110111011101010010110001101000010 | e5bba96342 |
UHC | ?cB | 001111110110001101000010 | 3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)