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é· | 111010000100010110001011111010011000110110110111 | e8458be98db7 |
SJIS-WIN | ?E???? | 001111110100010100111111001111110011111100111111 | 3f453f3f3f3f |
EUC-JP | èE?é?? | 10001111101010111011001001000101001111111000111110101011101100010011111100111111 | 8fabb2453f8fabb13f3f |
UTF-8 | èEé· | 1100001110101000010001011100001010001011110000111010100111000010100011011100001010110111 | c3a845c28bc3a9c28dc2b7 |
UHC | ?E???· | 00111111010001010011111100111111001111111010000110100100 | 3f453f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)