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 | 彧??麥? | 11111010101110010011111100111111111010100110110100111111 | fab93f3fea6d3f |
EUC-JP | 彧?薏麥? | 10001111101111001111111000111111100011111101100111011110111100111100111000111111 | 8fbcfe3f8fd9def3ce3f |
UTF-8 | 彧렚薏麥렏 | 111001011011110110100111111010111010000010011010111010001001011010001111111010011011101010100101111010111010000010001111 | e5bda7eba09ae8968fe9baa5eba08f |
UHC | 彧렚薏麥렏 | 11101001111011101000111010101101111010111111101111011000111010101000111010100101 | e9ee8eadebfbd8ea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)