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¢æW | 1110100001000101100000011000101110001101101000101110011001010111 | e845818b8da2e657 |
SJIS-WIN | ?E???¢?W | 001111110100010100111111001111110011111110000001100100010011111101010111 | 3f453f3f3f81913f57 |
EUC-JP | èE???¢æW | 10001111101010111011001001000101001111110011111100111111101000011111000110001111101010011100000101010111 | 8fabb2453f3f3fa1f18fa9c157 |
UTF-8 | èE¢æW | 1100001110101000010001011100001010000001110000101000101111000010100011011100001010100010110000111010011001010111 | c3a845c281c28bc28dc2a2c3a657 |
UHC | ?E????æW | 001111110100010100111111001111110011111100111111101010011010000101010111 | 3f453f3f3f3fa9a157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)