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[®C | 1001001001000101100100100101101110010001101011101001001001000011 | 9245925b91ae9243 |
SJIS-WIN | ?E?[???C | 0011111101000101001111110101101100111111001111110011111101000011 | 3f453f5b3f3f3f43 |
EUC-JP | ?E?[?®?C | 00111111010001010011111101011011001111111000111110100010111011100011111101000011 | 3f453f5b3f8fa2ee3f43 |
UTF-8 | E[®C | 11000010100100100100010111000010100100100101101111000010100100011100001010101110110000101001001001000011 | c29245c2925bc291c2aec29243 |
UHC | ?E?[?®?C | 001111110100010100111111010110110011111110100010111001110011111101000011 | 3f453f5b3fa2e73f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)