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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 庄??賂??] | 100011111010111100111111001111111001100001000111001111110011111101011101 | 8faf3f3f98473f3f5d |
EUC-JP | 庄??賂??] | 101111101011000100111111001111111100111110101000001111110011111101011101 | beb13f3fcfa83f3f5d |
UTF-8 | 庄얹렱賂렰렑] | 11100101101110101000010011101100100101101011100111101011101000001011000111101000101100111000001011101011101000001011000011101011101000001001000101011101 | e5ba84ec96b9eba0b1e8b382eba0b0eba0915d |
UHC | 庄얹렱賂렰렑] | 11101101111001001011111011110001100011101011111011010110111100011000111010111101100011101010011001011101 | ede4bef18ebed6f18ebd8ea65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)