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 | 10010110011010110100010110010110011010110100010101000010 | 966b45966b4542 |
EUC-JP | 北E北EB | 11001011110011000100010111001011110011000100010101000010 | cbcc45cbcc4542 |
UTF-8 | 北E北EB | 111001011000110010010111010001011110010110001100100101110100010101000010 | e58c9745e58c974542 |
UHC | 北E北EB | 11011101110000010100010111011101110000010100010101000010 | ddc145ddc14542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)