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 | 楓? | 100101011001011000111111 | 95963f |
EUC-JP | 楓? | 110010011111011000111111 | c9f63f |
UTF-8 | 楓렗 | 111001101010010110010011111010111010000010010111 | e6a593eba097 |
UHC | 楓렗 | 11111001101000111000111010101100 | f9a38eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)