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 | 俉?? | 11111010011000010011111100111111 | fa613f3f |
EUC-JP | 俉?˛ | 10001111101100011011101100111111100011111010001010110101 | 8fb1bb3f8fa2b5 |
UTF-8 | 俉들˛ | 1110010010111111100010011110101110010011101001001100101110011011 | e4bf89eb93a4cb9b |
UHC | 俉들˛ | 111001111110101110110101111010011010001010101101 | e7ebb5e9a2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)