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 | 驩、蛟ャ遞 | 1110100110001001101001001110010110000000101011001110011110101000 | e989a4e580ace7a8 |
EUC-JP | 驩、蛟ャ遞 | 11110001111010011000111010100100111010011110000010001110101011001110111010101010 | f1e98ea4e9e08eaceeaa |
UTF-8 | 驩、蛟ャ遞 | 111010011010100110101001111011111011110110100100111010001001101110011111111011111011110110101100111010011000000110011110 | e9a9a9efbda4e89b9fefbdace9819e |
UHC | 驩?蛟?遞 | 1111110010111110001111111100111011110001001111111111010011110110 | fcbe3fcef13ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)