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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ゚サ上リ^ | 110111111011101110001111111000111101100001011110 | dfbb8fe3d85e |
EUC-JP | ゚サ上リ^ | 100011101101111110001110101110111011111011100101100011101101100001011110 | 8edf8ebbbee58ed85e |
UTF-8 | ゚サ上リ^ | 11101111101111101001111111101111101111011011101111100100101110001000101011101111101111101001100001011110 | efbe9fefbdbbe4b88aefbe985e |
UHC | ??上?^ | 001111110011111111011111101111100011111101011110 | 3f3fdfbe3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)