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 | 趾롐 | 111010001011011010111110111010111010000110010000 | e8b6beeba190 |
UHC | 趾롐 | 11110010101111111000111011010110 | f2bf8ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)