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 | ??w??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | 秩?w秩?wB | 100100101000000100111111011101111001001010000001001111110111011101000010 | 92813f7792813f7742 |
EUC-JP | 秩?w秩?wB | 110000111110000100111111011101111100001111100001001111110111011101000010 | c3e13f77c3e13f7742 |
UTF-8 | 秩섐w秩섐wB | 111001111010011110101001111011001000010010010000011101111110011110100111101010011110110010000100100100000111011101000010 | e7a7a9ec849077e7a7a9ec84907742 |
UHC | 秩섐w秩섐wB | 1111001011110001101111001010101101110111111100101111000110111100101010110111011101000010 | f2f1bcab77f2f1bcab7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)