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 | 躁???躁 | 11100111010011100011111100111111001111111110011101001110 | e74e3f3f3fe74e |
EUC-JP | 躁???躁 | 11101101101011110011111100111111001111111110110110101111 | edaf3f3f3fedaf |
UTF-8 | 躁찌렲렣躁 | 111010001011101010000001111011001011000010001100111010111010000010110010111010111010000010100011111010001011101010000001 | e8ba81ecb08ceba0b2eba0a3e8ba81 |
UHC | 躁찌렲렣躁 | 11110000111000101100001011101110100011101011111110001110101101001111000011100010 | f0e2c2ee8ebf8eb4f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)