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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | テヲaツ捐 | 110000111010011001100001110000101001110101101111 | c3a661c29d6f |
EUC-JP | テヲaツ捐 | 100011101100001110001110101001100110000110001110110000101101100111010000 | 8ec38ea6618ec2d9d0 |
UTF-8 | テヲaツ捐 | 11101111101111101000001111101111101111011010011001100001111011111011111010000010111001101000110110010000 | efbe83efbda661efbe82e68d90 |
UHC | ??a?捐 | 001111110011111101100001001111111110011011001000 | 3f3f613fe6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)