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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | 庾??@h | 10001111101111001100111000111111001111110100000001101000 | 8fbcce3f3f4068 |
UTF-8 | 庾싲벟@h | 1110010110111010101111101110110010001011101100101110101110110010100111110100000001101000 | e5babeec8bb2ebb29f4068 |
UHC | 庾싲벟@h | 1110101011101100100110101110101110010011101110100100000001101000 | eaec9aeb93ba4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)