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 | 萓蟶}萓蟶{^ | 1110010010111110111001011011100001111101111001001011111011100101101110000111101101011110 | e4bee5b87de4bee5b87b5e |
EUC-JP | 萓蟶}萓蟶{^ | 1110100011000000111010101011101001111101111010001100000011101010101110100111101101011110 | e8c0eaba7de8c0eaba7b5e |
UTF-8 | 萓蟶}萓蟶{^ | 111010001001000010010011111010001001111110110110011111011110100010010000100100111110100010011111101101100111101101011110 | e89093e89fb67de89093e89fb67b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)