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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 酌鞣竺^ | 10001110110111101110100011100010100011101011000101011110 | 8edee8e28eb15e |
EUC-JP | 酌鞣竺^ | 10111100111000001111000011100100101111001011001101011110 | bce0f0e4bcb35e |
UTF-8 | 酌鞣竺^ | 11101001100001011000110011101001100111101010001111100111101010111011101001011110 | e9858ce99ea3e7abba5e |
UHC | 酌?竺^ | 111011011100110000111111111101011110011101011110 | edcc3ff5e75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)