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 | Â^á³^ | 1100001010011010010111101100001110100001110000101011001101011110 | c29a5ec3a1c2b35e |
SJIS-WIN | ??^????^ | 0011111100111111010111100011111100111111001111110011111101011110 | 3f3f5e3f3f3f3f5e |
EUC-JP | �^á�^ | 10001111101010101010010000111111010111101000111110101010101010101000111110100010110000101000111110101010101001000011111101011110 | 8faaa43f5e8faaaa8fa2c28faaa43f5e |
UTF-8 | Â^á³^ | 1100001110000010110000101001101001011110110000111000001111000010101000011100001110000010110000101011001101011110 | c382c29a5ec383c2a1c382c2b35e |
UHC | ??^?¡?³^ | 00111111001111110101111000111111101000101010111000111111101010011111100001011110 | 3f3f5e3fa2ae3fa9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)