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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱逗??疑 | 1001111101010100100100001000000000111111001111111000101101011110 | 9f5490803f3f8b5e |
EUC-JP | 鬱逗??疑 | 1101110110110101101111111110000000111111001111111011010110111111 | ddb5bfe03f3fb5bf |
UTF-8 | 鬱逗렣렔疑 | 111010011010110010110001111010011000000010010111111010111010000010100011111010111010000010010100111001111001011010010001 | e9acb1e98097eba0a3eba094e79691 |
UHC | 鬱逗렣렔疑 | 11101010101001101101010011101000100011101011010010001110101010011110101111110111 | eaa6d4e88eb48ea9ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)