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 | æKLæA | 1110011001001011100100001000011010000011010011001110011001000001 | e64b9086834ce641 |
SJIS-WIN | ?K???L?A | 0011111101001011001111110011111100111111010011000011111101000001 | 3f4b3f3f3f4c3f41 |
EUC-JP | æK???LæA | 100011111010100111000001010010110011111100111111001111110100110010001111101010011100000101000001 | 8fa9c14b3f3f3f4c8fa9c141 |
UTF-8 | æKLæA | 11000011101001100100101111000010100100001100001010000110110000101000001101001100110000111010011001000001 | c3a64bc290c286c2834cc3a641 |
UHC | æK???LæA | 10101001101000010100101100111111001111110011111101001100101010011010000101000001 | a9a14b3f3f3f4ca9a141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)