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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ徼ツ毳 | 110000101001110001110100110000101001111101111101 | c29c74c29f7d |
EUC-JP | ツ徼ツ毳 | 1000111011000010110101111101010110001110110000101101110111011110 | 8ec2d7d58ec2ddde |
UTF-8 | ツ徼ツ毳 | 111011111011111010000010111001011011111010111100111011111011111010000010111001101010111110110011 | efbe82e5bebcefbe82e6afb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)