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 | èEKå³ | 1110100001000101100011101000101110001111010010111110010110110011 | e8458e8b8f4be5b3 |
SJIS-WIN | ?E???K?? | 0011111101000101001111110011111100111111010010110011111100111111 | 3f453f3f3f4b3f3f |
EUC-JP | èE???Kå? | 100011111010101110110010010001010011111100111111001111110100101110001111101010111010100100111111 | 8fabb2453f3f3f4b8faba93f |
UTF-8 | èEKå³ | 1100001110101000010001011100001010001110110000101000101111000010100011110100101111000011101001011100001010110011 | c3a845c28ec28bc28f4bc3a5c2b3 |
UHC | ?E???K?³ | 001111110100010100111111001111110011111101001011001111111010100111111000 | 3f453f3f3f4b3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)