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 | ê¾Öí¤ | 111010101011111011010110111011011000111010100100 | eabed6ed8ea4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê?Öí?¤ | 1000111110101011101101000011111110001111101010101101001110001111101010111011111100111111100011111010001011110000 | 8fabb43f8faad38fabbf3f8fa2f0 |
UTF-8 | ê¾Öí¤ | 110000111010101011000010101111101100001110010110110000111010110111000010100011101100001010100100 | c3aac2bec396c3adc28ec2a4 |
UHC | ?¾???¤ | 0011111110101000111110100011111100111111001111111010001010110100 | 3fa8fa3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)