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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髢ァ螢コ豐 | 1110100110010110101001111110010110100011101110101110011010110010 | e996a7e5a3bae6b2 |
EUC-JP | 髢ァ螢コ豐 | 11110001111101101000111010100111111010101010010110001110101110101110110010110100 | f1f68ea7eaa58ebaecb4 |
UTF-8 | 髢ァ螢コ豐 | 111010011010101110100010111011111011110110100111111010001001111010100010111011111011110110111010111010001011000110010000 | e9aba2efbda7e89ea2efbdbae8b190 |
UHC | ??螢?? | 001111110011111111111011101010110011111100111111 | 3f3ffbab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)