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 | 阿??飮?^ | 1000100010100010001111110011111110011111010110100011111101011110 | 88a23f3f9f5a3f5e |
EUC-JP | 阿??飮?^ | 1011000010100100001111110011111111011101101110110011111101011110 | b0a43f3fddbb3f5e |
UTF-8 | 阿잞퐦飮큓^ | 11101001100110001011111111101100100111101001111011101101100100001010011011101001101000111010111011101101100000011001001101011110 | e998bfec9e9eed90a6e9a3aeed81935e |
UHC | 阿잞퐦飮큓^ | 1110010010111001100111111110111110111101100011111110101111100110101101000110001101011110 | e4b99fefbd8febe6b4635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)