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 | ½æ¿å | 1000111010111101111001101011111111100101 | 8ebde6bfe5 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??æ¿å | 0011111100111111100011111010100111000001100011111010001011000100100011111010101110101001 | 3f3f8fa9c18fa2c48faba9 |
UTF-8 | ½æ¿å | 11000010100011101100001010111101110000111010011011000010101111111100001110100101 | c28ec2bdc3a6c2bfc3a5 |
UHC | ?½æ¿? | 0011111110101000111101101010100110100001101000101010111100111111 | 3fa8f6a9a1a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)