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 | 淏・雖蛾エ | 1111101101000010101001011110010110101011100010011110100110110100 | fb42a5e5ab89e9b4 |
EUC-JP | 淏・雖蛾エ | 1000111111000111110110011000111010100101111010101010110110110010111010111000111010110100 | 8fc7d98ea5eaadb2eb8eb4 |
UTF-8 | 淏・雖蛾エ | 111001101011011110001111111011111011110110100101111010011001101110010110111010001001101110111110111011111011110110110100 | e6b78fefbda5e99b96e89bbeefbdb4 |
UHC | 淏?雖蛾? | 1111101111001000001111111110001011001100111001001011011000111111 | fbc83fe2cce4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)