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 | 﨟イ螟ア驩 | 1111101110011101101100101110010110100100101100011110100110001001 | fb9db2e5a4b1e989 |
EUC-JP | ?イ螟ア驩 | 001111111000111010110010111010101010011010001110101100011111000111101001 | 3f8eb2eaa68eb1f1e9 |
UTF-8 | 﨟イ螟ア驩 | 111011111010100010011111111011111011110110110010111010001001111010011111111011111011110110110001111010011010100110101001 | efa89fefbdb2e89e9fefbdb1e9a9a9 |
UHC | ??螟?驩 | 00111111001111111101100110101101001111111111110010111110 | 3f3fd9ad3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)