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 | ??R | 001111110011111101010010 | 3f3f52 |
SJIS-WIN | ツ叩R | 11000010100100100100000001010010 | c2924052 |
EUC-JP | ツ叩R | 1000111011000010110000111010000101010010 | 8ec2c3a152 |
UTF-8 | ツ叩R | 11101111101111101000001011100101100011111010100101010010 | efbe82e58fa952 |
UHC | ?叩R | 00111111110011011011000001010010 | 3fcdb052 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)