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 | á^ã | 11000011101000010101111011000011101000111100001010011000 | c3a15ec3a3c298 |
SJIS-WIN | ??^?£?? | 0011111100111111010111100011111110000001100100100011111100111111 | 3f3f5e3f81923f3f |
EUC-JP | á^ã� | 10001111101010101010101010001111101000101100001001011110100011111010101010101010101000011111001010001111101010101010010000111111 | 8faaaa8fa2c25e8faaaaa1f28faaa43f |
UTF-8 | á^ã | 11000011100000111100001010100001010111101100001110000011110000101010001111000011100000101100001010011000 | c383c2a15ec383c2a3c382c298 |
UHC | ?¡^???? | 0011111110100010101011100101111000111111001111110011111100111111 | 3fa2ae5e3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)