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 | 質釭 | 111100101010100110001110101111111111101110111101 | f2a98ebffbbd |
EUC-JP | ?質釭 | 001111111011110011000001100011111110001110101111 | 3fbcc18fe3af |
UTF-8 | 質釭 | 111011101000011110100000111010001011001110101010111010011000011110101101 | ee87a0e8b3aae987ad |
UHC | ?質? | 00111111111100101111010100111111 | 3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)