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 | 涇シ螟ア顫 | 1111101011111011101111001110010110100100101100011110100011111010 | fafbbce5a4b1e8fa |
EUC-JP | 涇シ螟ア顫 | 1000111111000111110001111000111010111100111010101010011010001110101100011111000011111100 | 8fc7c78ebceaa68eb1f0fc |
UTF-8 | 涇シ螟ア顫 | 111001101011011010000111111011111011110110111100111010001001111010011111111011111011110110110001111010011010000110101011 | e6b687efbdbce89e9fefbdb1e9a1ab |
UHC | 涇?螟?顫 | 1100110011011100001111111101100110101101001111111110111110110101 | ccdc3fd9ad3fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)