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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驩、蛟。謫 | 1110100110001001101001001110010110000000101000011110011010010011 | e989a4e580a1e693 |
EUC-JP | 驩、蛟。謫 | 11110001111010011000111010100100111010011110000010001110101000011110101111110011 | f1e98ea4e9e08ea1ebf3 |
UTF-8 | 驩、蛟。謫 | 111010011010100110101001111011111011110110100100111010001001101110011111111011111011110110100001111010001010110010101011 | e9a9a9efbda4e89b9fefbda1e8acab |
UHC | 驩?蛟?謫 | 1111110010111110001111111100111011110001001111111110111011100011 | fcbe3fcef13feee3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)