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 | 畯匿 | 11111011011011111001001110111101 | fb6f93bd |
EUC-JP | 畯匿 | 1000111111001101101110111100011010111111 | 8fcdbbc6bf |
UTF-8 | 畯匿 | 111001111001010110101111111001011000110010111111 | e795afe58cbf |
UHC | 畯匿 | 11110001111000011101001011111011 | f1e1d2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)