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 | 俗璽}俗璽{^ | 1001000110101101100011101010001101111101100100011010110110001110101000110111101101011110 | 91ad8ea37d91ad8ea37b5e |
EUC-JP | 俗璽}俗璽{^ | 1100001010101111101111001010010101111101110000101010111110111100101001010111101101011110 | c2afbca57dc2afbca57b5e |
UTF-8 | 俗璽}俗璽{^ | 111001001011111110010111111001111001001010111101011111011110010010111111100101111110011110010010101111010111101101011110 | e4bf97e792bd7de4bf97e792bd7b5e |
UHC | 俗璽}俗璽{^ | 1110000111010100110111111101111001111101111000011101010011011111110111100111101101011110 | e1d4dfde7de1d4dfde7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)