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 | èùè¾¼ | 111010001111100111101000101111101000111010111100 | e8f9e8be8ebc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èùè??? | 100011111010101110110010100011111010101111100011100011111010101110110010001111110011111100111111 | 8fabb28fabe38fabb23f3f3f |
UTF-8 | èùè¾¼ | 110000111010100011000011101110011100001110101000110000101011111011000010100011101100001010111100 | c3a8c3b9c3a8c2bec28ec2bc |
UHC | ???¾?¼ | 0011111100111111001111111010100011111010001111111010100011111001 | 3f3f3fa8fa3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)