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 | Ó¿÷® | 11010011101111111111011110101110 | d3bff7ae |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | Ó¿÷® | 1000111110101010110100011000111110100010110001001010000111100000100011111010001011101110 | 8faad18fa2c4a1e08fa2ee |
UTF-8 | Ó¿÷® | 1100001110010011110000101011111111000011101101111100001010101110 | c393c2bfc3b7c2ae |
UHC | ?¿÷® | 00111111101000101010111110100001110000001010001011100111 | 3fa2afa1c0a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)