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 | Â^á~^ | 11000010100110100101111011000011101000010111111001011110 | c29a5ec3a17e5e |
SJIS-WIN | ??^??~^ | 00111111001111110101111000111111001111110111111001011110 | 3f3f5e3f3f7e5e |
EUC-JP | �^á~^ | 10001111101010101010010000111111010111101000111110101010101010101000111110100010110000100111111001011110 | 8faaa43f5e8faaaa8fa2c27e5e |
UTF-8 | Â^á~^ | 1100001110000010110000101001101001011110110000111000001111000010101000010111111001011110 | c382c29a5ec383c2a17e5e |
UHC | ??^?¡~^ | 0011111100111111010111100011111110100010101011100111111001011110 | 3f3f5e3fa2ae7e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)