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 | ?壽\ | 00111111100110101110011001011100 | 3f9ae65c |
EUC-JP | ?壽\ | 00111111110101001110100001011100 | 3fd4e85c |
UTF-8 | 뿮壽\ | 11101011101111111010111011100101101000111011110101011100 | ebbfaee5a3bd5c |
UHC | 뿮壽\ | 1001011110101110111000011111100001011100 | 97aee1f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)