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 | 룶ç½í | 1110101110100011101101101110011110111101100011001110110110011110 | eba3b6e7bd8ced9e |
SJIS-WIN | ?£¶????? | 00111111100000011001001010000001111101110011111100111111001111110011111100111111 | 3f819281f73f3f3f3f3f |
EUC-JP | 룶ç??í? | 10001111101010111011001110100001111100101010001011111001100011111010101110101110001111110011111110001111101010111011111100111111 | 8fabb3a1f2a2f98fabae3f3f8fabbf3f |
UTF-8 | 룶ç½í | 11000011101010111100001010100011110000101011011011000011101001111100001010111101110000101000110011000011101011011100001010011110 | c3abc2a3c2b6c3a7c2bdc28cc3adc29e |
UHC | ??¶?½??? | 00111111001111111010001011010010001111111010100011110110001111110011111100111111 | 3f3fa2d23fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)