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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗写蛇偲 | 1000111011010001100011101100101010001110110101101000111011000011 | 8ed18eca8ed68ec3 |
EUC-JP | 紗写蛇偲 | 1011110011010011101111001100110010111100110110001011110011000101 | bcd3bcccbcd8bcc5 |
UTF-8 | 紗写蛇偲 | 111001111011010010010111111001011000011010011001111010001001101110000111111001011000000110110010 | e7b497e58699e89b87e581b2 |
UHC | 紗?蛇? | 110111101110100100111111110111101110111100111111 | dee93fdeef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)