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 | 111110110100101010001110101110011111101101001100100011101011000001001111 | fb4a8eb9fb4c8eb04f |
| EUC-JP | 溿嫉澵鴫O | 1000111111001000101100011011110010111011100011111100100011111000101111001011001001001111 | 8fc8b1bcbb8fc8f8bcb24f |
| UTF-8 | 溿嫉澵鴫O | 11100110101110101011111111100101101010111000100111100110101111101011010111101001101101001010101101001111 | e6babfe5ab89e6beb5e9b4ab4f |
| UHC | ?嫉??O | 001111111111001011101100001111110011111101001111 | 3ff2ec3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)