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 | 0011111101110010 | 3f72 |
SJIS-WIN | r | 111101011011100001110010 | f5b872 |
EUC-JP | ?r | 0011111101110010 | 3f72 |
UTF-8 | r | 11101110100100001010001101110010 | ee90a372 |
UHC | ?r | 0011111101110010 | 3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)