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 | 扇?扇? | 100100001110111000111111100100001110111000111111 | 90ee3f90ee3f |
EUC-JP | 扇?扇奭 | 1100000011110000001111111100000011110000100011111011100011111110 | c0f03fc0f08fb8fe |
UTF-8 | 扇巢扇奭 | 111001101000100110000111111001011011011110100010111001101000100110000111111001011010010110101101 | e68987e5b7a2e68987e5a5ad |
UHC | 扇巢扇奭 | 1110000010111111111000011011010111100000101111111110000010101011 | e0bfe1b5e0bfe0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)