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 | テゥツ環姙 | 11000011101010011100001010001010110000101001101101001011 | c3a9c28ac29b4b |
EUC-JP | テゥツ環姙 | 10001110110000111000111010101001100011101100001010110100110001001101010110101100 | 8ec38ea98ec2b4c4d5ac |
UTF-8 | テゥツ環姙 | 111011111011111010000011111011111011110110101001111011111011111010000010111001111001001010110000111001011010011110011001 | efbe83efbda9efbe82e792b0e5a799 |
UHC | ???環姙 | 00111111001111110011111111111100101110111110110011110101 | 3f3f3ffcbbecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)