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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 﨑汐~ | 1111101010110001100011101010110001111110 | fab18eac7e |
EUC-JP | ?汐~ | 00111111101111001010111001111110 | 3fbcae7e |
UTF-8 | 﨑汐~ | 11101111101010001001000111100110101100011001000001111110 | efa891e6b1907e |
UHC | ?汐~ | 00111111111000001011000101111110 | 3fe0b17e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)