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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????ð | 0011111100111111001111110011111100111111100011111010100111000011 | 3f3f3f3f3f8fa9c3 |
UTF-8 | 烈ㅻ뛼鱗띈ð | 1110111110100110100111111110001110000101101110111110101110011011101111001110111110100111101100101110101110011101100010001100001110110000 | efa69fe385bbeb9bbcefa7b2eb9d88c3b0 |
UHC | 烈ㅻ뛼鱗띈ð | 111001101110111110100100111010111000110110000010111011001110011110110110111010001010100110100011 | e6efa4eb8d82ece7b6e8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)