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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 袁?垣祠 | 11100101110011010011111110001010010111111110001001001011 | e5cd3f8a5fe24b |
EUC-JP | 袁?垣祠 | 11101010110011110011111110110011110000001110001110101100 | eacf3fb3c0e3ac |
UTF-8 | 袁렦垣祠 | 111010001010001010000001111010111010000010100110111001011001111010100011111001111010010110100000 | e8a281eba0a6e59ea3e7a5a0 |
UHC | 袁렦垣祠 | 1110101010111110100011101011010111101010101011111101111011100110 | eabe8eb5eaafdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)