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 | 足校 | 10010001101010111000110101011010 | 91ab8d5a |
EUC-JP | 足校 | 11000010101011011011100110111011 | c2adb9bb |
UTF-8 | 足校 | 111010001011011010110011111001101010000010100001 | e8b6b3e6a0a1 |
UHC | 足校 | 11110000111010111100111011101000 | f0ebcee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)