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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瑤鴫昭瑟カ | 111010101010001010001110101100001000111110111010111000001110110010110110 | eaa28eb08fbae0ecb6 |
EUC-JP | 瑤鴫昭瑟カ | 11110100101001001011110010110010101111101011110011100000111011101000111010110110 | f4a4bcb2bebce0ee8eb6 |
UTF-8 | 瑤鴫昭瑟カ | 111001111001000110100100111010011011010010101011111001101001100010101101111001111001000110011111111011111011110110110110 | e791a4e9b4abe698ade7919fefbdb6 |
UHC | 瑤?昭瑟? | 1110100011111101001111111110000110111001111000111010001000111111 | e8fd3fe1b9e3a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)