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 | 趾? | 111001101110010000111111 | e6e43f |
EUC-JP | 趾? | 111011001110011000111111 | ece63f |
UTF-8 | 趾렗 | 111010001011011010111110111010111010000010010111 | e8b6beeba097 |
UHC | 趾렗 | 11110010101111111000111010101100 | f2bf8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)