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 | èßåºè | 11101000110111111001001011100101100010001011101011101000 | e8df92e588bae8 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?å?ºè | 1000111110101011101100101000111110101001110011100011111110001111101010111010100100111111100011111010001011101011100011111010101110110010 | 8fabb28fa9ce3f8faba93f8fa2eb8fabb2 |
UTF-8 | èßåºè | 1100001110101000110000111001111111000010100100101100001110100101110000101000100011000010101110101100001110101000 | c3a8c39fc292c3a5c288c2bac3a8 |
UHC | ?ß???º? | 001111111010100110101100001111110011111100111111101010001010110000111111 | 3fa9ac3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)