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 | ½ô´® | 10111101111101001011010010101110 | bdf4b4ae |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?ô´® | 001111111000111110101011110101001010000110101101100011111010001011101110 | 3f8fabd4a1ad8fa2ee |
UTF-8 | ½ô´® | 1100001010111101110000111011010011000010101101001100001010101110 | c2bdc3b4c2b4c2ae |
UHC | ½?´® | 10101000111101100011111110100010101001011010001011100111 | a8f63fa2a5a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)