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 | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 錮「蠅馴コソE | 11100111111111001010001011100101101000101001001111101001101110101011111101000101 | e7fca2e5a293e9babf45 |
EUC-JP | 錮「蠅馴コソE | 11101110111111101000111010100010111010101010010011000110111010111000111010111010100011101011111101000101 | eefe8ea2eaa4c6eb8eba8ebf45 |
UTF-8 | 錮「蠅馴コソE | 11101001100011001010111011101111101111011010001011101000101000001000010111101001101001101011010011101111101111011011101011101111101111011011111101000101 | e98caeefbda2e8a085e9a6b4efbdbaefbdbf45 |
UHC | 錮?蠅馴??E | 11001101110100010011111111100011101100101110001011111000001111110011111101000101 | cdd13fe3b2e2f83f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)