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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 靭?E靭?EB | 100100000111100000111111010001011001000001111000001111110100010101000010 | 90783f4590783f4542 |
EUC-JP | 靭?E靭?EB | 101111111101100100111111010001011011111111011001001111110100010101000010 | bfd93f45bfd93f4542 |
UTF-8 | 靭렗E靭렗EB | 111010011001110110101101111010111010000010010111010001011110100110011101101011011110101110100000100101110100010101000010 | e99dadeba09745e99dadeba0974542 |
UHC | 靭렗E靭렗EB | 1110110011100101100011101010110001000101111011001110010110001110101011000100010101000010 | ece58eac45ece58eac4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)