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¢å³ | 1110100001000101100011101000101110001000101000101110010110110011 | e8458e8b88a2e5b3 |
SJIS-WIN | ?E???¢?? | 001111110100010100111111001111110011111110000001100100010011111100111111 | 3f453f3f3f81913f3f |
EUC-JP | èE???¢å? | 10001111101010111011001001000101001111110011111100111111101000011111000110001111101010111010100100111111 | 8fabb2453f3f3fa1f18faba93f |
UTF-8 | èE¢å³ | 110000111010100001000101110000101000111011000010100010111100001010001000110000101010001011000011101001011100001010110011 | c3a845c28ec28bc288c2a2c3a5c2b3 |
UHC | ?E?????³ | 001111110100010100111111001111110011111100111111001111111010100111111000 | 3f453f3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)