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 | èøªå | 1110100011111000101010101110010110010001 | e8f8aae591 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èøªå? | 10001111101010111011001010001111101010011100110010001111101000101110110010001111101010111010100100111111 | 8fabb28fa9cc8fa2ec8faba93f |
UTF-8 | èøªå | 11000011101010001100001110111000110000101010101011000011101001011100001010010001 | c3a8c3b8c2aac3a5c291 |
UHC | ?øª?? | 00111111101010011010101010101000101000110011111100111111 | 3fa9aaa8a33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)