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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 妖?? | 10010111011001000011111100111111 | 97643f3f |
EUC-JP | 妖?寗 | 110011011100010100111111100011111011101011100000 | cdc53f8fbae0 |
UTF-8 | 妖과寗 | 111001011010011010010110111010101011001110111100111001011010111110010111 | e5a696eab3bce5af97 |
UHC | 妖과寗 | 111010001110110110110000111110101101001010111100 | e8edb0fad2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)