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 | 脈處}脈處{^ | 1001011010101100100110010111110001111101100101101010110010011001011111000111101101011110 | 96ac997c7d96ac997c7b5e |
EUC-JP | 脈處}脈處{^ | 1100110010101110110100011101110101111101110011001010111011010001110111010111101101011110 | ccaed1dd7dccaed1dd7b5e |
UTF-8 | 脈處}脈處{^ | 111010001000010010001000111010001001100110010101011111011110100010000100100010001110100010011001100101010111101101011110 | e88488e899957de88488e899957b5e |
UHC | 脈處}脈處{^ | 1101100011100110111101001010010101111101110110001110011011110100101001010111101101011110 | d8e6f4a57dd8e6f4a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)