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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 姚ι?? | 100110110100110010000011110001110011111100111111 | 9b4c83c73f3f |
EUC-JP | 姚ι?? | 110101011010110110100110110010010011111100111111 | d5ada6c93f3f |
UTF-8 | 姚ι퍖蓮 | 1110010110100111100110101100111010111001111011011000110110010110111011111010011010011001 | e5a79aceb9ed8d96efa699 |
UHC | 姚ι퍖蓮 | 1110100011101110101001011110100110111011100011011110011011100101 | e8eea5e9bb8de6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)