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}ve}vB | 100110000110010101111101011101101001100001100101011111010111011001000010 | 98657d7698657d7642 |
SJIS-WIN | ?e}v?e}vB | 001111110110010101111101011101100011111101100101011111010111011001000010 | 3f657d763f657d7642 |
EUC-JP | ?e}v?e}vB | 001111110110010101111101011101100011111101100101011111010111011001000010 | 3f657d763f657d7642 |
UTF-8 | e}ve}vB | 1100001010011000011001010111110101110110110000101001100001100101011111010111011001000010 | c298657d76c298657d7642 |
UHC | ?e}v?e}vB | 001111110110010101111101011101100011111101100101011111010111011001000010 | 3f657d763f657d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)