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 | 煽姚 | 10010000111110001001101101001100 | 90f89b4c |
EUC-JP | 煽姚 | 11000000111110101101010110101101 | c0fad5ad |
UTF-8 | 煽姚 | 111001111000010110111101111001011010011110011010 | e785bde5a79a |
UHC | 煽姚 | 11100000110000111110100011101110 | e0c3e8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)