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 | 謐ィ蛛イ蟆コ | 111001101000110110101000111001011000000110110010111001011011000010111010 | e68da8e581b2e5b0ba |
EUC-JP | 謐ィ蛛イ蟆コ | 111010111110110110001110101010001110100111100001100011101011001011101010101100101000111010111010 | ebed8ea8e9e18eb2eab28eba |
UTF-8 | 謐ィ蛛イ蟆コ | 111010001010110010010000111011111011110110101000111010001001101110011011111011111011110110110010111010001001111110000110111011111011110110111010 | e8ac90efbda8e89b9befbdb2e89f86efbdba |
UHC | 謐?蛛??? | 1101101011001101001111111111000111001000001111110011111100111111 | dacd3ff1c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)