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 | Ѧê÷t | 1101000110100110111010101111011101110100 | d1a6eaf774 |
SJIS-WIN | ???÷t | 001111110011111100111111100000011000000001110100 | 3f3f3f818074 |
EUC-JP | Ѧê÷t | 100011111010101011010000100011111010001011000011100011111010101110110100101000011110000001110100 | 8faad08fa2c38fabb4a1e074 |
UTF-8 | Ѧê÷t | 110000111001000111000010101001101100001110101010110000111011011101110100 | c391c2a6c3aac3b774 |
UHC | ???÷t | 001111110011111100111111101000011100000001110100 | 3f3f3fa1c074 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)