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 | RQ] | 10010001010100100101000101011101 | 9152515d |
SJIS-WIN | ?RQ] | 00111111010100100101000101011101 | 3f52515d |
EUC-JP | ?RQ] | 00111111010100100101000101011101 | 3f52515d |
UTF-8 | RQ] | 1100001010010001010100100101000101011101 | c29152515d |
UHC | ?RQ] | 00111111010100100101000101011101 | 3f52515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)