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 | 瑤鴫昭瑟 | 1110101010100010100011101011000010001111101110101110000011101100 | eaa28eb08fbae0ec |
EUC-JP | 瑤鴫昭瑟 | 1111010010100100101111001011001010111110101111001110000011101110 | f4a4bcb2bebce0ee |
UTF-8 | 瑤鴫昭瑟 | 111001111001000110100100111010011011010010101011111001101001100010101101111001111001000110011111 | e791a4e9b4abe698ade7919f |
UHC | 瑤?昭瑟 | 11101000111111010011111111100001101110011110001110100010 | e8fd3fe1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)