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 | ÓÒææ | 11010011110100101110011011100110 | d3d2e6e6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÓÒææ | 100011111010101011010001100011111010101011010010100011111010100111000001100011111010100111000001 | 8faad18faad28fa9c18fa9c1 |
UTF-8 | ÓÒææ | 1100001110010011110000111001001011000011101001101100001110100110 | c393c392c3a6c3a6 |
UHC | ??ææ | 001111110011111110101001101000011010100110100001 | 3f3fa9a1a9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)