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 | 鬮「蝓主恫 | 111010011010101110100010111001011001111110001110111001011001110010011000 | e9aba2e59f8ee59c98 |
EUC-JP | 鬮「蝓主恫 | 11110010101011011000111010100010111010101010000110111100111001111101011111111000 | f2ad8ea2eaa1bce7d7f8 |
UTF-8 | 鬮「蝓主恫 | 111010011010110010101110111011111011110110100010111010001001110110010011111001001011100010111011111001101000000110101011 | e9acaeefbda2e89d93e4b8bbe681ab |
UHC | ???主? | 001111110011111100111111111100011010101100111111 | 3f3f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)