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 | 11100101101101110100010111100101101101110100010101000010 | e5b745e5b74542 |
EUC-JP | 蟾E蟾EB | 11101010101110010100010111101010101110010100010101000010 | eab945eab94542 |
UTF-8 | 蟾E蟾EB | 111010001001111110111110010001011110100010011111101111100100010101000010 | e89fbe45e89fbe4542 |
UHC | 蟾E蟾EB | 11100000111010100100010111100000111010100100010101000010 | e0ea45e0ea4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)