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 | ?I?I^ | 0011111101001001001111110100100101011110 | 3f493f495e |
SJIS-WIN | 鯀I鯀I^ | 11101001101111110100100111101001101111110100100101011110 | e9bf49e9bf495e |
EUC-JP | 鯀I鯀I^ | 11110010110000010100100111110010110000010100100101011110 | f2c149f2c1495e |
UTF-8 | 鯀I鯀I^ | 111010011010111110000000010010011110100110101111100000000100100101011110 | e9af8049e9af80495e |
UHC | ?I?I^ | 0011111101001001001111110100100101011110 | 3f493f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)