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 | 100000010110010110000001010111100100000001101000 | 8165815e4068 |
SJIS-WIN | ?e?^@h | 001111110110010100111111010111100100000001101000 | 3f653f5e4068 |
EUC-JP | ?e?^@h | 001111110110010100111111010111100100000001101000 | 3f653f5e4068 |
UTF-8 | e^@h | 1100001010000001011001011100001010000001010111100100000001101000 | c28165c2815e4068 |
UHC | ?e?^@h | 001111110110010100111111010111100100000001101000 | 3f653f5e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)