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 | §Ñn}§Ñn{^ | 101001111101000101101110011111011010011111010001011011100111101101011110 | a7d16e7da7d16e7b5e |
SJIS-WIN | §?n}§?n{^ | 1000000110011000001111110110111001111101100000011001100000111111011011100111101101011110 | 81983f6e7d81983f6e7b5e |
EUC-JP | §Ñn}§Ñn{^ | 101000011111100010001111101010101101000001101110011111011010000111111000100011111010101011010000011011100111101101011110 | a1f88faad06e7da1f88faad06e7b5e |
UTF-8 | §Ñn}§Ñn{^ | 11000010101001111100001110010001011011100111110111000010101001111100001110010001011011100111101101011110 | c2a7c3916e7dc2a7c3916e7b5e |
UHC | §?n}§?n{^ | 1010000111010111001111110110111001111101101000011101011100111111011011100111101101011110 | a1d73f6e7da1d73f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)