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 | 妖????? | 10010111011001000011111100111111001111110011111100111111 | 97643f3f3f3f3f |
EUC-JP | 妖????? | 11001101110001010011111100111111001111110011111100111111 | cdc53f3f3f3f3f |
UTF-8 | 妖묐젺銳노젣 | 111001011010011010010110111010111010110010010000111011001010000010111010111010011000101010110011111010111000010110111000111011001010000010100011 | e5a696ebac90eca0bae98ab3eb85b8eca0a3 |
UHC | 妖묐젺銳노젣 | 111010001110110110010001111010111010000010101101111001111110010110110011111010111010000010011100 | e8ed91eba0ade7e5b3eba09c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)