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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 惟?\ | 10001000110100100011111101011100 | 88d23f5c |
EUC-JP | 惟?\ | 10110000110101000011111101011100 | b0d43f5c |
UTF-8 | 惟췓\ | 11100110100000111001111111101100101101111001001101011100 | e6839fecb7935c |
UHC | 惟췓\ | 1110101011101110101011100100110001011100 | eaeeae4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)