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 | 11100010110001100100010111100010110001100100010101000010 | e2c645e2c64542 |
EUC-JP | 簇E簇EB | 11100100110010000100010111100100110010000100010101000010 | e4c845e4c84542 |
UTF-8 | 簇E簇EB | 111001111011000010000111010001011110011110110000100001110100010101000010 | e7b08745e7b0874542 |
UHC | 簇E簇EB | 11110000111010100100010111110000111010100100010101000010 | f0ea45f0ea4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)