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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 褻滉コヲO | 11100101111101101001111111100100101110101010011001001111 | e5f69fe4baa64f |
| EUC-JP | 褻滉コヲO | 111010101111100011011110111001101000111010111010100011101010011001001111 | eaf8dee68eba8ea64f |
| UTF-8 | 褻滉コヲO | 11101000101001001011101111100110101110111000100111101111101111011011101011101111101111011010011001001111 | e8a4bbe6bb89efbdbaefbda64f |
| UHC | 褻滉??O | 11100000111000011111110011010001001111110011111101001111 | e0e1fcd13f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)