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 | 뢽ì¦^ | 11101011101000101011110111101100100110111010011001011110 | eba2bdec9ba65e |
SJIS-WIN | ?¢????^ | 0011111110000001100100010011111100111111001111110011111101011110 | 3f81913f3f3f3f5e |
EUC-JP | ��^ | 1000111110101011101100111010000111110001001111111000111110101011110000000011111110001111101000101100001101011110 | 8fabb3a1f13f8fabc03f8fa2c35e |
UTF-8 | 뢽ì¦^ | 11000011101010111100001010100010110000101011110111000011101011001100001010011011110000101010011001011110 | c3abc2a2c2bdc3acc29bc2a65e |
UHC | ??½???^ | 0011111100111111101010001111011000111111001111110011111101011110 | 3f3fa8f63f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)