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 | 蔭孟??^ | 10001000111111001001011011010000001111110011111101011110 | 88fc96d03f3f5e |
EUC-JP | 蔭孟??^ | 10110000111111101100110011010010001111110011111101011110 | b0feccd23f3f5e |
UTF-8 | 蔭孟렣렑^ | 11101000100101001010110111100101101011011001111111101011101000001010001111101011101000001001000101011110 | e894ade5ad9feba0a3eba0915e |
UHC | 蔭孟렣렑^ | 111010111110001111011000111010111000111010110100100011101010011001011110 | ebe3d8eb8eb48ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)