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 | ½ãôßÁ | 100111001011110111100011111101001101111111000001 | 9cbde3f4dfc1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ãôßÁ | 0011111100111111100011111010101110101010100011111010101111010100100011111010100111001110100011111010101010100001 | 3f3f8fabaa8fabd48fa9ce8faaa1 |
UTF-8 | ½ãôßÁ | 110000101001110011000010101111011100001110100011110000111011010011000011100111111100001110000001 | c29cc2bdc3a3c3b4c39fc381 |
UHC | ?½??ß? | 0011111110101000111101100011111100111111101010011010110000111111 | 3fa8f63f3fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)