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 | 11100111100011111000100011100101100101001000111111100111100011011000111101000101 | e78f88e5948fe78d8f45 |
SJIS-WIN | ?????????E | 00111111001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f3f45 |
EUC-JP | ç??å??ç??E | 10001111101010111010111000111111001111111000111110101011101010010011111100111111100011111010101110101110001111110011111101000101 | 8fabae3f3f8faba93f3f8fabae3f3f45 |
UTF-8 | çåçE | 11000011101001111100001010001111110000101000100011000011101001011100001010010100110000101000111111000011101001111100001010001101110000101000111101000101 | c3a7c28fc288c3a5c294c28fc3a7c28dc28f45 |
UHC | ?????????E | 00111111001111110011111100111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)