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 | û§® | 111110111010011110101110 | fba7ae |
SJIS-WIN | ?§? | 00111111100000011001100000111111 | 3f81983f |
EUC-JP | û§® | 1000111110101011111001011010000111111000100011111010001011101110 | 8fabe5a1f88fa2ee |
UTF-8 | û§® | 110000111011101111000010101001111100001010101110 | c3bbc2a7c2ae |
UHC | ?§® | 0011111110100001110101111010001011100111 | 3fa1d7a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)