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 | ÒÖê÷ | 11010010110101101110101011110111 | d2d6eaf7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | ÒÖê÷ | 1000111110101010110100101000111110101010110100111000111110101011101101001010000111100000 | 8faad28faad38fabb4a1e0 |
UTF-8 | ÒÖê÷ | 1100001110010010110000111001011011000011101010101100001110110111 | c392c396c3aac3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)