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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驍ィ繧域閥闢 | 1110100110000010101010001110001110000010100010001110011010010100101101001110100010010011 | e982a8e38288e694b4e893 |
EUC-JP | 驍ィ繧域閥闢 | 111100011110001010001110101010001110010111100010101100001110100011001000101101101110111111110011 | f1e28ea8e5e2b0e8c8b6eff3 |
UTF-8 | 驍ィ繧域閥闢 | 111010011010100110001101111011111011110110101000111001111011100110100111111001011001111110011111111010011001011010100101111010011001011110100010 | e9a98defbda8e7b9a7e59f9fe996a5e997a2 |
UHC | 驍??域閥闢 | 11111101101001000011111100111111111001101011010011011011111011001101110010100011 | fda43f3fe6b4dbecdca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)