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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 謁?謁?B | 10001001011110010011111110001001011110010011111101000010 | 89793f89793f42 |
EUC-JP | 謁?謁?B | 10110001110110100011111110110001110110100011111101000010 | b1da3fb1da3f42 |
UTF-8 | 謁뿺謁뿺B | 11101000101011001000000111101011101111111011101011101000101011001000000111101011101111111011101001000010 | e8ac81ebbfbae8ac81ebbfba42 |
UHC | 謁뿺謁뿺B | 111001001101011110010111101110101110010011010111100101111011101001000010 | e4d797bae4d797ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)