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 | 葹臑}葹臑{^ | 1110010011011111111001000110000101111101111001001101111111100100011000010111101101011110 | e4dfe4617de4dfe4617b5e |
EUC-JP | 葹臑}葹臑{^ | 1110100011100001111001111100001001111101111010001110000111100111110000100111101101011110 | e8e1e7c27de8e1e7c27b5e |
UTF-8 | 葹臑}葹臑{^ | 111010001001000110111001111010001000011110010001011111011110100010010001101110011110100010000111100100010111101101011110 | e891b9e887917de891b9e887917b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)