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 | 迯庭キ躯、 | 1110011110001101100100101110101110110111100010111110101110100100 | e78d92ebb78beba4 |
EUC-JP | 迯庭キ躯、 | 11101101111011011100010011101101100011101011011110110110111011011000111010100100 | ededc4ed8eb7b6ed8ea4 |
UTF-8 | 迯庭キ躯、 | 111010001011111110101111111001011011101010101101111011111011110110110111111010001011101010101111111011111011110110100100 | e8bfafe5baadefbdb7e8baafefbda4 |
UHC | ?庭??? | 001111111110111111010100001111110011111100111111 | 3fefd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)