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 | 紗写蛇偲蛇 | 10001110110100011000111011001010100011101101011010001110110000111000111011010110 | 8ed18eca8ed68ec38ed6 |
EUC-JP | 紗写蛇偲蛇 | 10111100110100111011110011001100101111001101100010111100110001011011110011011000 | bcd3bcccbcd8bcc5bcd8 |
UTF-8 | 紗写蛇偲蛇 | 111001111011010010010111111001011000011010011001111010001001101110000111111001011000000110110010111010001001101110000111 | e7b497e58699e89b87e581b2e89b87 |
UHC | 紗?蛇?蛇 | 1101111011101001001111111101111011101111001111111101111011101111 | dee93fdeef3fdeef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)