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 | 顆キ蟯ゥ鞐 | 1110100011110111101101111110010110110010101010011110100011011110 | e8f7b7e5b2a9e8de |
EUC-JP | 顆キ蟯ゥ鞐 | 11110000111110011000111010110111111010101011010010001110101010011111000011100000 | f0f98eb7eab48ea9f0e0 |
UTF-8 | 顆キ蟯ゥ鞐 | 111010011010000110000110111011111011110110110111111010001001111110101111111011111011110110101001111010011001111010010000 | e9a186efbdb7e89fafefbda9e99e90 |
UHC | 顆?蟯?? | 11001110101010000011111111101001101010000011111100111111 | cea83fe9a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)