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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 巐喜イエ\ | 11111010101101101000101011101100101100101011010001011100 | fab68aecb2b45c |
EUC-JP | 巐喜イエ\ | 10001111101110111111100110110100111011101000111010110010100011101011010001011100 | 8fbbf9b4ee8eb28eb45c |
UTF-8 | 巐喜イエ\ | 11100101101101111001000011100101100101101001110011101111101111011011001011101111101111011011010001011100 | e5b790e5969cefbdb2efbdb45c |
UHC | ?喜??\ | 001111111111110111101100001111110011111101011100 | 3ffdec3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)