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 | 解?解?^ | 10001001111100000011111110001001111100000011111101011110 | 89f03f89f03f5e |
EUC-JP | 解?解?^ | 10110010111100100011111110110010111100100011111101011110 | b2f23fb2f23f5e |
UTF-8 | 解쌨解쌤^ | 11101000101001111010001111101100100011001010100011101000101001111010001111101100100011001010010001011110 | e8a7a3ec8ca8e8a7a3ec8ca45e |
UHC | 解쌨解쌤^ | 111110101011000010111101110111101111101010110000101111011101110001011110 | fab0bddefab0bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)