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 | èùè¾ß | 111010001111100111101000101111101000111011011111 | e8f9e8be8edf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èùè??ß | 1000111110101011101100101000111110101011111000111000111110101011101100100011111100111111100011111010100111001110 | 8fabb28fabe38fabb23f3f8fa9ce |
UTF-8 | èùè¾ß | 110000111010100011000011101110011100001110101000110000101011111011000010100011101100001110011111 | c3a8c3b9c3a8c2bec28ec39f |
UHC | ???¾?ß | 0011111100111111001111111010100011111010001111111010100110101100 | 3f3f3fa8fa3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)