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 | 弧?弧?^ | 10001100110010100011111110001100110010100011111101011110 | 8cca3f8cca3f5e |
EUC-JP | 弧?弧?^ | 10111000110011000011111110111000110011000011111101011110 | b8cc3fb8cc3f5e |
UTF-8 | 弧뒷弧뒬^ | 11100101101111001010011111101011100100101011011111100101101111001010011111101011100100101010110001011110 | e5bca7eb92b7e5bca7eb92ac5e |
UHC | 弧뒷弧뒬^ | 111110111100000110110101110111101111101111000001101101011101110001011110 | fbc1b5defbc1b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)