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 | â^á | 1100001110100010010111101100001110100001 | c3a25ec3a1 |
SJIS-WIN | ?¢^?? | 001111111000000110010001010111100011111100111111 | 3f81915e3f3f |
EUC-JP | â^á | 100011111010101010101010101000011111000101011110100011111010101010101010100011111010001011000010 | 8faaaaa1f15e8faaaa8fa2c2 |
UTF-8 | â^á | 110000111000001111000010101000100101111011000011100000111100001010100001 | c383c2a25ec383c2a1 |
UHC | ??^?¡ | 001111110011111101011110001111111010001010101110 | 3f3f5e3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)