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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | 譟一┤O | 11100110100111111000100011101010100001001010011101001111 | e69f88ea84a74f |
| EUC-JP | 譟一┤O | 11101100101000011011000011101100101010001010100101001111 | eca1b0eca8a94f |
| UTF-8 | 譟一┤O | 11101000101011011001111111100100101110001000000011100010100101001010010001001111 | e8ad9fe4b880e294a44f |
| UHC | ?一┤O | 001111111110110011101001101001101010100101001111 | 3fece9a6a94f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)