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 | 謐ィ鮖ソ霆ク | 111001101000110110101000111010011011100110111111111010001011101110111000 | e68da8e9b9bfe8bbb8 |
EUC-JP | 謐ィ鮖ソ霆ク | 111010111110110110001110101010001111001010111011100011101011111111110000101111011000111010111000 | ebed8ea8f2bb8ebff0bd8eb8 |
UTF-8 | 謐ィ鮖ソ霆ク | 111010001010110010010000111011111011110110101000111010011010111010010110111011111011110110111111111010011001110010000110111011111011110110111000 | e8ac90efbda8e9ae96efbdbfe99c86efbdb8 |
UHC | 謐???霆? | 1101101011001101001111110011111100111111111011111111110100111111 | dacd3f3f3feffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)