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 | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 沃??厭??O | 100101111000000000111111001111111000100101111101001111110011111101001111 | 97803f3f897d3f3f4f |
| EUC-JP | 沃??厭??O | 110011011110000000111111001111111011000111011110001111110011111101001111 | cde03f3fb1de3f3f4f |
| UTF-8 | 沃㏆슘厭곤쉼O | 11100110101100101000001111100011100011111000011011101100100010101001100011100101100011101010110111101010101100111010010011101100100010011011110001001111 | e6b283e38f86ec8a98e58eadeab3a4ec89bc4f |
| UHC | 沃㏆슘厭곤쉼O | 11101000101010101010011111101111101111011011011111100110111101001011000011101111101111011011000001001111 | e8aaa7efbdb7e6f4b0efbdb04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)