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 | 苒鎖 | 11100100100100101000110110111101 | e4928dbd |
EUC-JP | 苒鎖 | 11100111111100101011101010111111 | e7f2babf |
UTF-8 | 苒鎖 | 111010001000101110010010111010011000111010010110 | e88b92e98e96 |
UHC | 苒鎖 | 11100110111111101110000111110000 | e6fee1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)