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 | 髯梧浣 | 111010011001100110001100111001101001111110101111 | e9998ce69faf |
EUC-JP | 髯梧浣 | 111100011111100110111000111010001101111010110001 | f1f9b8e8deb1 |
UTF-8 | 髯梧浣 | 111010011010101110101111111001101010001010100111111001101011010110100011 | e9abafe6a2a7e6b5a3 |
UHC | ?梧浣 | 0011111111100111111111001110100011001011 | 3fe7fce8cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)