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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 壤??\ | 1001101011011111001111110011111101011100 | 9adf3f3f5c |
EUC-JP | 壤??\ | 1101010011100001001111110011111101011100 | d4e13f3f5c |
UTF-8 | 壤㏝걾\ | 11100101101000111010010011100011100011111001110111101010101100011011111001011100 | e5a3a4e38f9deab1be5c |
UHC | 壤㏝걾\ | 11100101101111011010011111101001100000011010000101011100 | e5bda7e981a15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)