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 | î¦eî¦eB | 111011101001000110100110011001011110111010010001101001100110010101000010 | ee91a665ee91a66542 |
SJIS-WIN | ???e???eB | 001111110011111100111111011001010011111100111111001111110110010101000010 | 3f3f3f653f3f3f6542 |
EUC-JP | î?¦eî?¦eB | 1000111110101011110000100011111110001111101000101100001101100101100011111010101111000010001111111000111110100010110000110110010101000010 | 8fabc23f8fa2c3658fabc23f8fa2c36542 |
UTF-8 | î¦eî¦eB | 110000111010111011000010100100011100001010100110011001011100001110101110110000101001000111000010101001100110010101000010 | c3aec291c2a665c3aec291c2a66542 |
UHC | ???e???eB | 001111110011111100111111011001010011111100111111001111110110010101000010 | 3f3f3f653f3f3f6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)