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 | ??O | 001111110011111101001111 | 3f3f4f |
| SJIS-WIN | 輦獺O | 1110011101110010111000001101101001001111 | e772e0da4f |
| EUC-JP | 輦獺O | 1110110111010011111000001101110001001111 | edd3e0dc4f |
| UTF-8 | 輦獺O | 11101000101111001010011011100111100011011011101001001111 | e8bca6e78dba4f |
| UHC | 輦獺O | 1101011010100110110100111011011101001111 | d6a6d3b74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)