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 | ?紀 | 001111111000101101001001 | 3f8b49 |
EUC-JP | ?紀 | 001111111011010110101010 | 3fb5aa |
UTF-8 | 뤶紀 | 111010111010010010110110111001111011010010000000 | eba4b6e7b480 |
UHC | 뤶紀 | 10001111111001001101000110111010 | 8fe4d1ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)