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 | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
| SJIS-WIN | 正?蔚??O | 1001000010110011001111111000100101010101001111110011111101001111 | 90b33f89553f3f4f |
| EUC-JP | 正?蔚??O | 1100000010110101001111111011000110110110001111110011111101001111 | c0b53fb1b63f3f4f |
| UTF-8 | 正렲蔚渴허O | 11100110101011011010001111101011101000001011001011101000100101001001101011100110101110001011010011101101100101111000100001001111 | e6ada3eba0b2e8949ae6b8b4ed97884f |
| UHC | 正렲蔚渴허O | 1110111111100001100011101011111111101010101001011100101011100100110001111110001101001111 | efe18ebfeaa5cae4c7e34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)