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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | ??嶢Y | 0011111100111111100110111101000001011001 | 3f3f9bd059 |
EUC-JP | ??嶢Y | 0011111100111111110101101101001001011001 | 3f3fd6d259 |
UTF-8 | 솜셋嶢Y | 11101100100001101001110011101100100001011000101111100101101101101010001001011001 | ec869cec858be5b6a259 |
UHC | 솜셋嶢Y | 10111100110110001011110011000010111010001111001001011001 | bcd8bcc2e8f259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)