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 | éôÃ\ | 1110100111110100100111111100001101011100 | e9f49fc35c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | éô?Ã\ | 1000111110101011101100011000111110101011110101000011111110001111101010101010101001011100 | 8fabb18fabd43f8faaaa5c |
UTF-8 | éôÃ\ | 110000111010100111000011101101001100001010011111110000111000001101011100 | c3a9c3b4c29fc3835c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)