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 | 禹뒷禹뒬^ | 11100111101001101011100111101011100100101011011111100111101001101011100111101011100100101010110001011110 | e7a6b9eb92b7e7a6b9eb92ac5e |
UHC | 禹뒷禹뒬^ | 111010011110000010110101110111101110100111100000101101011101110001011110 | e9e0b5dee9e0b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)