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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 族則^ | 1001000110110000100100011010010101011110 | 91b091a55e |
EUC-JP | 族則^ | 1100001010110010110000101010011101011110 | c2b2c2a75e |
UTF-8 | 族則^ | 11100110100101111000111111100101100010011000011101011110 | e6978fe589875e |
UHC | 族則^ | 1111000011101001111101101100111001011110 | f0e9f6ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)