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 | é±áQ] | 111010011011000110011011111000010101000101011101 | e9b19be1515d |
SJIS-WIN | ?±??Q] | 00111111100000010111110100111111001111110101000101011101 | 3f817d3f3f515d |
EUC-JP | é±?áQ] | 1000111110101011101100011010000111011110001111111000111110101011101000010101000101011101 | 8fabb1a1de3f8faba1515d |
UTF-8 | é±áQ] | 11000011101010011100001010110001110000101001101111000011101000010101000101011101 | c3a9c2b1c29bc3a1515d |
UHC | ?±??Q] | 00111111101000011011111000111111001111110101000101011101 | 3fa1be3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)