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 | 煽鼠 | 10010000111110001001000101101100 | 90f8916c |
EUC-JP | 煽鼠 | 11000000111110101100000111001101 | c0fac1cd |
UTF-8 | 煽鼠 | 111001111000010110111101111010011011110010100000 | e785bde9bca0 |
UHC | 煽鼠 | 11100000110000111110000010101001 | e0c3e0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)