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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趺擦鈬 | 111001101110010110001110010000111110011111100011 | e6e58e43e7e3 |
EUC-JP | 趺擦鈬 | 111011001110011110111011101001001110111011100101 | ece7bba4eee5 |
UTF-8 | 趺擦鈬 | 111010001011011010111010111001101001001110100110111010011000100010101100 | e8b6bae693a6e988ac |
UHC | 趺擦? | 1101110110111010111100111100110100111111 | ddbaf3cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)