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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跛晤。 | 1110011011101010100111011110101110100001 | e6ea9deba1 |
EUC-JP | 跛晤。 | 111011001110110011011010111011011000111010100001 | ececdaed8ea1 |
UTF-8 | 跛晤。 | 111010001011011110011011111001101001100110100100111011111011110110100001 | e8b79be699a4efbda1 |
UHC | 跛晤? | 1111011111110101111001111111101100111111 | f7f5e7fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)