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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陋溷・「蜃 | 1110100010011011100111111110010110100101101000101110010110000111 | e89b9fe5a5a2e587 |
EUC-JP | 陋溷・「蜃 | 11101111111110111101111011100111100011101010010110001110101000101110100111100111 | effbdee78ea58ea2e9e7 |
UTF-8 | 陋溷・「蜃 | 111010011001100110001011111001101011101010110111111011111011110110100101111011111011110110100010111010001001110010000011 | e9998be6bab7efbda5efbda2e89c83 |
UHC | 陋???蜃 | 11010111101100000011111100111111001111111110001111110001 | d7b03f3f3fe3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)