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 | 畏???趙 | 10001000110110000011111100111111001111111110011011100010 | 88d83f3f3fe6e2 |
EUC-JP | 畏???趙 | 10110000110110100011111100111111001111111110110011100100 | b0da3f3f3fece4 |
UTF-8 | 畏縷렮렪趙 | 111001111001010110001111111011111010010110010000111010111010000010101110111010111010000010101010111010001011011010011001 | e7958fefa590eba0aeeba0aae8b699 |
UHC | 畏縷렮렪趙 | 11101000111001101101001011101010100011101011101110001110101110001111000011100001 | e8e6d2ea8ebb8eb8f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)