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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????療^ | 00111111001111110011111100111111100101111100001101011110 | 3f3f3f3f97c35e |
EUC-JP | ????療^ | 00111111001111110011111100111111110011101100010101011110 | 3f3f3f3fcec55e |
UTF-8 | 룴햶⒟룵療^ | 11101011101000111011010011101101100101101011011011100010100100101001111111101011101000111011010111100111100110011000001001011110 | eba3b4ed96b6e2929feba3b5e799825e |
UHC | 룴햶⒟룵療^ | 1000111110101001110000011000111110101001110100001000111110101010110101101111101101011110 | 8fa9c18fa9d08faad6fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)