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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 潁??h潁 | 10011111111100010011111100111111011010001001111111110001 | 9ff13f3f689ff1 |
EUC-JP | 潁??h潁 | 11011110111100110011111100111111011010001101111011110011 | def33f3f68def3 |
UTF-8 | 潁욇겗h潁 | 11100110101111011000000111101100100110101000011111101010101100101001011101101000111001101011110110000001 | e6bd81ec9a87eab29768e6bd81 |
UHC | 潁욇겗h潁 | 111001111011100010011110111010011000000110101110011010001110011110111000 | e7b89ee981ae68e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)