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 | 邏ゑソ・縺 | 1110011110110100100000101110111110111111101001011110001110000001 | e7b482efbfa5e381 |
EUC-JP | 邏ゑソ・縺 | 11101110101101101010010011110001100011101011111110001110101001011110010111100001 | eeb6a4f18ebf8ea5e5e1 |
UTF-8 | 邏ゑソ・縺 | 111010011000001010001111111000111000001010010001111011111011110110111111111011111011110110100101111001111011100010111010 | e9828fe38291efbdbfefbda5e7b8ba |
UHC | 邏ゑ??? | 11010101101001001010101011110001001111110011111100111111 | d5a4aaf13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)