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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 悧蟶}悧蟶{^ | 1001110010100100111001011011100001111101100111001010010011100101101110000111101101011110 | 9ca4e5b87d9ca4e5b87b5e |
EUC-JP | 悧蟶}悧蟶{^ | 1101100010100110111010101011101001111101110110001010011011101010101110100111101101011110 | d8a6eaba7dd8a6eaba7b5e |
UTF-8 | 悧蟶}悧蟶{^ | 111001101000001010100111111010001001111110110110011111011110011010000010101001111110100010011111101101100111101101011110 | e682a7e89fb67de682a7e89fb67b5e |
UHC | 悧?}悧?{^ | 110101111101110000111111011111011101011111011100001111110111101101011110 | d7dc3f7dd7dc3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)