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 | èßåè | 11101000110111111001110011100101100011011001100011101000 | e8df9ce58d98e8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?å??è | 100011111010101110110010100011111010100111001110001111111000111110101011101010010011111100111111100011111010101110110010 | 8fabb28fa9ce3f8faba93f3f8fabb2 |
UTF-8 | èßåè | 1100001110101000110000111001111111000010100111001100001110100101110000101000110111000010100110001100001110101000 | c3a8c39fc29cc3a5c28dc298c3a8 |
UHC | ?ß????? | 0011111110101001101011000011111100111111001111110011111100111111 | 3fa9ac3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)