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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 劾牙 | 10001010010011101000100111100101 | 8a4e89e5 |
EUC-JP | 劾牙 | 10110011101011111011001011100111 | b3afb2e7 |
UTF-8 | 劾牙 | 111001011000101010111110111001111000100110011001 | e58abee78999 |
UHC | 劾牙 | 11111010101101101110010010110011 | fab6e4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)