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 | 疋?\ | 10010101010001000011111101011100 | 95443f5c |
EUC-JP | 疋?\ | 11001001101001010011111101011100 | c9a53f5c |
UTF-8 | 疋묶\ | 11100111100101101000101111101011101011001011011001011100 | e7968bebacb65c |
UHC | 疋묶\ | 1111100110110101101110011010110101011100 | f9b5b9ad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)