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 | 嗚??? | 1001101001101010001111110011111100111111 | 9a6a3f3f3f |
EUC-JP | 嗚??荑 | 11010011110010110011111100111111100011111101011111111001 | d3cb3f3f8fd7f9 |
UTF-8 | 嗚삘궗荑 | 111001011001011110011010111011001000001010011000111010101011011010010111111010001000110110010001 | e5979aec8298eab697e88d91 |
UHC | 嗚삘궗荑 | 1110011111110000101110111110001010000010101011001110110010111111 | e7f0bbe282acecbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)