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 | èEè¹ | 111010000100010110001111111010001000100110111001 | e8458fe889b9 |
SJIS-WIN | ?E???? | 001111110100010100111111001111110011111100111111 | 3f453f3f3f3f |
EUC-JP | èE?è?? | 10001111101010111011001001000101001111111000111110101011101100100011111100111111 | 8fabb2453f8fabb23f3f |
UTF-8 | èEè¹ | 1100001110101000010001011100001010001111110000111010100011000010100010011100001010111001 | c3a845c28fc3a8c289c2b9 |
UHC | ?E???¹ | 00111111010001010011111100111111001111111010100111110110 | 3f453f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)