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 | 汯iQ] | 111001101011000110101111011010010101000101011101 | e6b1af69515d |
SJIS-WIN | ?±?iQ] | 00111111100000010111110100111111011010010101000101011101 | 3f817d3f69515d |
EUC-JP | 汯iQ] | 1000111110101001110000011010000111011110100011111010001010110100011010010101000101011101 | 8fa9c1a1de8fa2b469515d |
UTF-8 | 汯iQ] | 110000111010011011000010101100011100001010101111011010010101000101011101 | c3a6c2b1c2af69515d |
UHC | æ±?iQ] | 1010100110100001101000011011111000111111011010010101000101011101 | a9a1a1be3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)