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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 瘟??娃?{d | 111000011000100100111111001111111000100010100001001111110111101101100100 | e1893f3f88a13f7b64 |
EUC-JP | 瘟??娃?{d | 111000011110100100111111001111111011000010100011001111110111101101100100 | e1e93f3fb0a33f7b64 |
UTF-8 | 瘟룡겘娃쐒{d | 1110011110011000100111111110101110100011101000011110101010110010100110001110010110101000100000111110110010010000100100100111101101100100 | e7989feba3a1eab298e5a883ec90927b64 |
UHC | 瘟룡겘娃쐒{d | 111010001011000010110111111001101000000110101111111010001101111110011100011100100111101101100100 | e8b0b7e681afe8df9c727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)