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 | E\@h | 100100100100010110010010010111000100000001101000 | 9245925c4068 |
SJIS-WIN | ?E?\@h | 001111110100010100111111010111000100000001101000 | 3f453f5c4068 |
EUC-JP | ?E?\@h | 001111110100010100111111010111000100000001101000 | 3f453f5c4068 |
UTF-8 | E\@h | 1100001010010010010001011100001010010010010111000100000001101000 | c29245c2925c4068 |
UHC | ?E?\@h | 001111110100010100111111010111000100000001101000 | 3f453f5c4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)