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 | 鴦?\ | 11101001111100010011111101011100 | e9f13f5c |
EUC-JP | 鴦宬\ | 111100101111001110001111101110101101001101011100 | f2f38fbad35c |
UTF-8 | 鴦宬\ | 11101001101101001010011011100101101011101010110001011100 | e9b4a6e5aeac5c |
UHC | 鴦宬\ | 1110010011101100111000001111010001011100 | e4ece0f45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)