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 | 謐ィ蜍コ蛛イ | 111001101000110110101000111001011000101110111010111001011000000110110010 | e68da8e58bbae581b2 |
EUC-JP | 謐ィ蜍コ蛛イ | 111010111110110110001110101010001110100111101011100011101011101011101001111000011000111010110010 | ebed8ea8e9eb8ebae9e18eb2 |
UTF-8 | 謐ィ蜍コ蛛イ | 111010001010110010010000111011111011110110101000111010001001110010001101111011111011110110111010111010001001101110011011111011111011110110110010 | e8ac90efbda8e89c8defbdbae89b9befbdb2 |
UHC | 謐???蛛? | 1101101011001101001111110011111100111111111100011100100000111111 | dacd3f3f3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)