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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 庸?庸?^ | 10010111011001100011111110010111011001100011111101011110 | 97663f97663f5e |
EUC-JP | 庸?庸?^ | 11001101110001110011111111001101110001110011111101011110 | cdc73fcdc73f5e |
UTF-8 | 庸잻庸잻^ | 11100101101110101011100011101100100111101011101111100101101110101011100011101100100111101011101101011110 | e5bab8ec9ebbe5bab8ec9ebb5e |
UHC | 庸잻庸잻^ | 111010011011110010100000010001001110100110111100101000000100010001011110 | e9bca044e9bca0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)