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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 琇琇^ | 1111101101100101111110110110010101011110 | fb65fb655e |
EUC-JP | 琇琇^ | 10001111110011001010010110001111110011001010010101011110 | 8fcca58fcca55e |
UTF-8 | 琇琇^ | 11100111100100001000011111100111100100001000011101011110 | e79087e790875e |
UHC | 琇琇^ | 1110001010101111111000101010111101011110 | e2afe2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)