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 | テゥツ環遡 | 11000011101010011100001010001010110000101001000101101011 | c3a9c28ac2916b |
EUC-JP | テゥツ環遡 | 10001110110000111000111010101001100011101100001010110100110001001100000111001100 | 8ec38ea98ec2b4c4c1cc |
UTF-8 | テゥツ環遡 | 111011111011111010000011111011111011110110101001111011111011111010000010111001111001001010110000111010011000000110100001 | efbe83efbda9efbe82e792b0e981a1 |
UHC | ???環遡 | 00111111001111110011111111111100101110111110000111001111 | 3f3f3ffcbbe1cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)