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 | ??I | 001111110011111101001001 | 3f3f49 |
SJIS-WIN | ツ頻I | 11000010100101010111000001001001 | c2957049 |
EUC-JP | ツ頻I | 1000111011000010110010011101000101001001 | 8ec2c9d149 |
UTF-8 | ツ頻I | 11101111101111101000001011101001101000001011101101001001 | efbe82e9a0bb49 |
UHC | ?頻I | 00111111110111101011101001001001 | 3fdeba49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)