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 | 禹?禹?^ | 11100010010110100011111111100010010110100011111101011110 | e25a3fe25a3f5e |
EUC-JP | 禹?禹?^ | 11100011101110110011111111100011101110110011111101011110 | e3bb3fe3bb3f5e |
UTF-8 | 禹줏禹줌^ | 11100111101001101011100111101100101001001000111111100111101001101011100111101100101001001000110001011110 | e7a6b9eca48fe7a6b9eca48c5e |
UHC | 禹줏禹줌^ | 111010011110000011000001110111101110100111100000110000011101110001011110 | e9e0c1dee9e0c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)