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 | ??F???E | 00111111001111110100011000111111001111110011111101000101 | 3f3f463f3f3f45 |
SJIS-WIN | テサFツ篠ョE | 1100001110111011010001101100001010001110110000101010111001000101 | c3bb46c28ec2ae45 |
EUC-JP | テサFツ篠ョE | 100011101100001110001110101110110100011010001110110000101011110011000100100011101010111001000101 | 8ec38ebb468ec2bcc48eae45 |
UTF-8 | テサFツ篠ョE | 1110111110111110100000111110111110111101101110110100011011101111101111101000001011100111101011111010000011101111101111011010111001000101 | efbe83efbdbb46efbe82e7afa0efbdae45 |
UHC | ??F?篠?E | 0011111100111111010001100011111111100001110001100011111101000101 | 3f3f463fe1c63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)