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 | 雎千悚 | 111010001011000110010000111001111001110010011110 | e8b190e79c9e |
EUC-JP | 雎千悚 | 111100001011001111000000111010011101011111111110 | f0b3c0e9d7fe |
UTF-8 | 雎千悚 | 111010011001101110001110111001011000110110000011111001101000001010011010 | e99b8ee58d83e6829a |
UHC | 雎千悚 | 111011101101000111110100101101101110000111100101 | eed1f4b6e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)