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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ・ァヨ紮 | 1010010110100111110101101110001101000110 | a5a7d6e346 |
EUC-JP | ・ァヨ紮 | 1000111010100101100011101010011110001110110101101110010110100111 | 8ea58ea78ed6e5a7 |
UTF-8 | ・ァヨ紮 | 111011111011110110100101111011111011110110100111111011111011111010010110111001111011010010101110 | efbda5efbda7efbe96e7b4ae |
UHC | ???紮 | 0011111100111111001111111111001111001111 | 3f3f3ff3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)