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 | 壤????^ | 10011010110111110011111100111111001111110011111101011110 | 9adf3f3f3f3f5e |
EUC-JP | 壤????^ | 11010100111000010011111100111111001111110011111101011110 | d4e13f3f3f3f5e |
UTF-8 | 壤㏂끁利츯^ | 11100101101000111010010011100011100011111000001011101011100000011000000111101111101001111001110111101100101110001010111101011110 | e5a3a4e38f82eb8181efa79decb8af5e |
UHC | 壤㏂끁利츯^ | 1110010110111101101000101110001110000101101101111110110010100110101011110100010001011110 | e5bda2e385b7eca6af445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)