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 | ò¢¸ûVDZ | 1111001010100010100011101011100011111011010101101100011110110001 | f2a28eb8fb56c7b1 |
SJIS-WIN | ?¢???V?± | 00111111100000011001000100111111001111110011111101010110001111111000000101111101 | 3f81913f3f3f563f817d |
EUC-JP | ò¢?¸ûVDZ | 100011111010101111010010101000011111000100111111100011111010001010110001100011111010101111100101010101101000111110101010101011101010000111011110 | 8fabd2a1f13f8fa2b18fabe5568faaaea1de |
UTF-8 | ò¢¸ûVDZ | 110000111011001011000010101000101100001010001110110000101011100011000011101110110101011011000011100001111100001010110001 | c3b2c2a2c28ec2b8c3bb56c387c2b1 |
UHC | ???¸?V?± | 00111111001111110011111110100010101011000011111101010110001111111010000110111110 | 3f3f3fa2ac3f563fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)