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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 攝扇? | 1001110110010000100100001110111000111111 | 9d9090ee3f |
EUC-JP | 攝扇? | 1101100111110000110000001111000000111111 | d9f0c0f03f |
UTF-8 | 攝扇솝 | 111001101001010010011101111001101000100110000111111011001000011010011101 | e6949de68987ec869d |
UHC | 攝扇솝 | 111000001110111011100000101111111011110011011001 | e0eee0bfbcd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)