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 | 捨爵射煮 | 1000111011001100100011101101110110001110110010111000111011001111 | 8ecc8edd8ecb8ecf |
EUC-JP | 捨爵射煮 | 1011110011001110101111001101111110111100110011011011110011010001 | bccebcdfbccdbcd1 |
UTF-8 | 捨爵射煮 | 111001101000110110101000111001111000100010110101111001011011000010000100111001111000010110101110 | e68da8e788b5e5b084e785ae |
UHC | 捨爵射煮 | 1101111011010111111011011100100111011110110100101110110110110100 | ded7edc9ded2edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)