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 | èDè | 11101000100100111000100101000100111010001000111010011111 | e8938944e88e9f |
SJIS-WIN | ???D??? | 00111111001111110011111101000100001111110011111100111111 | 3f3f3f443f3f3f |
EUC-JP | è??Dè?? | 1000111110101011101100100011111100111111010001001000111110101011101100100011111100111111 | 8fabb23f3f448fabb23f3f |
UTF-8 | èDè | 11000011101010001100001010010011110000101000100101000100110000111010100011000010100011101100001010011111 | c3a8c293c28944c3a8c28ec29f |
UHC | ???D??? | 00111111001111110011111101000100001111110011111100111111 | 3f3f3f443f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)