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^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | ?依?E^ | 001111111000100011001011001111110100010101011110 | 3f88cb3f455e |
EUC-JP | ?依?E^ | 001111111011000011001101001111110100010101011110 | 3fb0cd3f455e |
UTF-8 | 렱依렶E^ | 1110101110100000101100011110010010111110100111011110101110100000101101100100010101011110 | eba0b1e4be9deba0b6455e |
UHC | 렱依렶E^ | 1000111010111110111010111110111010001110110000010100010101011110 | 8ebeebee8ec1455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)