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 | 鮨Ñ^ | 1110100110101110110110001101000101011110 | e9aed8d15e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 鮨Ñ^ | 10001111101010111011000110001111101000101110111010001111101010011010110010001111101010101101000001011110 | 8fabb18fa2ee8fa9ac8faad05e |
UTF-8 | 鮨Ñ^ | 110000111010100111000010101011101100001110011000110000111001000101011110 | c3a9c2aec398c3915e |
UHC | ?®Ø?^ | 00111111101000101110011110101000101010100011111101011110 | 3fa2e7a8aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)