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 | 10010110110000010100010110010110110000010100010101000010 | 96c14596c14542 |
EUC-JP | 銘E銘EB | 11001100110000110100010111001100110000110100010101000010 | ccc345ccc34542 |
UTF-8 | 銘E銘EB | 111010011000101010011000010001011110100110001010100110000100010101000010 | e98a9845e98a984542 |
UHC | 銘E銘EB | 11011001101011110100010111011001101011110100010101000010 | d9af45d9af4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)