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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?刷???^ | 00111111100011011111110000111111001111110011111101011110 | 3f8dfc3f3f3f5e |
EUC-JP | ?刷?飡?^ | 001111111011101011111110001111111000111111101000110010000011111101011110 | 3fbafe3f8fe8c83f5e |
UTF-8 | 뤳刷쨵飡렎^ | 11101011101001001011001111100101100010001011011111101100101010001011010111101001101000111010000111101011101000001000111001011110 | eba4b3e588b7eca8b5e9a3a1eba08e5e |
UHC | 뤳刷쨵飡렎^ | 1000111111100001111000011110110010100100100011111110000111100010100011101010010001011110 | 8fe1e1eca48fe1e28ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)