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 | ??S | 001111110011111101010011 | 3f3f53 |
SJIS-WIN | ツ修S | 11000010100011110100001101010011 | c28f4353 |
EUC-JP | ツ修S | 1000111011000010101111011010010001010011 | 8ec2bda453 |
UTF-8 | ツ修S | 11101111101111101000001011100100101111111010111001010011 | efbe82e4bfae53 |
UHC | ?修S | 00111111111000011111001101010011 | 3fe1f353 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)