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 | 隴冗「鷹」 | 1110100010101101100011111110011110100010100100011110100110100011 | e8ad8fe7a291e9a3 |
EUC-JP | 隴冗「鷹」 | 11110000101011111011111011101001100011101010001011000010111010111000111010100011 | f0afbee98ea2c2eb8ea3 |
UTF-8 | 隴冗「鷹」 | 111010011001101010110100111001011000011010010111111011111011110110100010111010011011011110111001111011111011110110100011 | e99ab4e58697efbda2e9b7b9efbda3 |
UHC | ?冗?鷹? | 00111111111010011011011100111111111010111110110100111111 | 3fe9b73febed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)