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 | 遨ゥム作活荵 | 11100111101010011010100111010001100011011110110010001010100010001110010010111001 | e7a9a9d18dec8a88e4b9 |
EUC-JP | 遨ゥム作活荵 | 111011101010101110001110101010011000111011010001101110101110111010110011111010001110100010111011 | eeab8ea98ed1baeeb3e8e8bb |
UTF-8 | 遨ゥム作活荵 | 111010011000000110101000111011111011110110101001111011111011111010010001111001001011110110011100111001101011010010111011111010001000110110110101 | e981a8efbda9efbe91e4bd9ce6b4bbe88db5 |
UHC | ???作活? | 0011111100111111001111111110110111000010111111001100000000111111 | 3f3f3fedc2fcc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)