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 | ?RO | 001111110101001001001111 | 3f524f |
SJIS-WIN | 鯀RO | 11101001101111110101001001001111 | e9bf524f |
EUC-JP | 鯀RO | 11110010110000010101001001001111 | f2c1524f |
UTF-8 | 鯀RO | 1110100110101111100000000101001001001111 | e9af80524f |
UHC | ?RO | 001111110101001001001111 | 3f524f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)