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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?刷?^ | 0011111110001101111111000011111101011110 | 3f8dfc3f5e |
EUC-JP | ?刷?^ | 0011111110111010111111100011111101011110 | 3fbafe3f5e |
UTF-8 | 뤳刷쿔^ | 11101011101001001011001111100101100010001011011111101100101111111001010001011110 | eba4b3e588b7ecbf945e |
UHC | 뤳刷쿔^ | 10001111111000011110000111101100101100110100100101011110 | 8fe1e1ecb3495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)