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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 扇舜 | 10010000111011101000111101110111 | 90ee8f77 |
EUC-JP | 扇舜 | 11000000111100001011110111011000 | c0f0bdd8 |
UTF-8 | 扇舜 | 111001101000100110000111111010001000100010011100 | e68987e8889c |
UHC | 扇舜 | 11100000101111111110001011101111 | e0bfe2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)