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 | 謐ィ譟エ謐ィ | 111001101000110110101000111001101001111110110100111001101000110110101000 | e68da8e69fb4e68da8 |
EUC-JP | 謐ィ譟エ謐ィ | 111010111110110110001110101010001110110010100001100011101011010011101011111011011000111010101000 | ebed8ea8eca18eb4ebed8ea8 |
UTF-8 | 謐ィ譟エ謐ィ | 111010001010110010010000111011111011110110101000111010001010110110011111111011111011110110110100111010001010110010010000111011111011110110101000 | e8ac90efbda8e8ad9fefbdb4e8ac90efbda8 |
UHC | 謐???謐? | 1101101011001101001111110011111100111111110110101100110100111111 | dacd3f3f3fdacd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)