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 | ªÓíª´¡ | 10001111101010101101001111101101101010101011010010100001 | 8faad3edaab4a1 |
SJIS-WIN | ?????´? | 0011111100111111001111110011111100111111100000010100110000111111 | 3f3f3f3f3f814c3f |
EUC-JP | ?ªÓíª´¡ | 001111111000111110100010111011001000111110101010110100011000111110101011101111111000111110100010111011001010000110101101100011111010001011000010 | 3f8fa2ec8faad18fabbf8fa2eca1ad8fa2c2 |
UTF-8 | ªÓíª´¡ | 1100001010001111110000101010101011000011100100111100001110101101110000101010101011000010101101001100001010100001 | c28fc2aac393c3adc2aac2b4c2a1 |
UHC | ?ª??ª´¡ | 0011111110101000101000110011111100111111101010001010001110100010101001011010001010101110 | 3fa8a33f3fa8a3a2a5a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)