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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 源E源EB | 10001100101110010100010110001100101110010100010101000010 | 8cb9458cb94542 |
EUC-JP | 源E源EB | 10111000101110110100010110111000101110110100010101000010 | b8bb45b8bb4542 |
UTF-8 | 源E源EB | 111001101011101010010000010001011110011010111010100100000100010101000010 | e6ba9045e6ba904542 |
UHC | 源E源EB | 11101010101110010100010111101010101110010100010101000010 | eab945eab94542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)