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 | ?製\ | 00111111100100001011101101011100 | 3f90bb5c |
EUC-JP | 悰製\ | 100011111011110111111100110000001011110101011100 | 8fbdfcc0bd5c |
UTF-8 | 悰製\ | 11100110100000101011000011101000101000111011110101011100 | e682b0e8a3bd5c |
UHC | 悰製\ | 1111000011110101111100001011001001011100 | f0f5f0b25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)