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 | «Ñíª¡gh | 1000111110101011110100011110110110101010101000010110011101101000 | 8fabd1edaaa16768 |
SJIS-WIN | ??????gh | 0011111100111111001111110011111100111111001111110110011101101000 | 3f3f3f3f3f3f6768 |
EUC-JP | ??Ñíª¡gh | 00111111001111111000111110101010110100001000111110101011101111111000111110100010111011001000111110100010110000100110011101101000 | 3f3f8faad08fabbf8fa2ec8fa2c26768 |
UTF-8 | «Ñíª¡gh | 1100001010001111110000101010101111000011100100011100001110101101110000101010101011000010101000010110011101101000 | c28fc2abc391c3adc2aac2a16768 |
UHC | ????ª¡gh | 00111111001111110011111100111111101010001010001110100010101011100110011101101000 | 3f3f3f3fa8a3a2ae6768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)