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 | 涌毬\ | 1001011101001111100111110111101101011100 | 974f9f7b5c |
EUC-JP | 涌毬\ | 1100110110110000110111011101110001011100 | cdb0dddc5c |
UTF-8 | 涌毬\ | 11100110101101101000110011100110101011111010110001011100 | e6b68ce6afac5c |
UHC | 涌毬\ | 1110100110111111110011111011001101011100 | e9bfcfb35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)