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 | RR | 10011000010100101001100001010010 | 98529852 |
SJIS-WIN | ?R?R | 00111111010100100011111101010010 | 3f523f52 |
EUC-JP | ?R?R | 00111111010100100011111101010010 | 3f523f52 |
UTF-8 | RR | 110000101001100001010010110000101001100001010010 | c29852c29852 |
UHC | ?R?R | 00111111010100100011111101010010 | 3f523f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)