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 | 宜?宜?^ | 10001011010110000011111110001011010110000011111101011110 | 8b583f8b583f5e |
EUC-JP | 宜?宜?^ | 10110101101110010011111110110101101110010011111101011110 | b5b93fb5b93f5e |
UTF-8 | 宜콲宜콲^ | 11100101101011101001110011101100101111011011001011100101101011101001110011101100101111011011001001011110 | e5ae9cecbdb2e5ae9cecbdb25e |
UHC | 宜콲宜콲^ | 111010111111000110110010010001001110101111110001101100100100010001011110 | ebf1b244ebf1b2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)