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 | ò¢¸í÷ | 111100101010001010001110101110001110110111110111 | f2a28eb8edf7 |
SJIS-WIN | ?¢???÷ | 0011111110000001100100010011111100111111001111111000000110000000 | 3f81913f3f3f8180 |
EUC-JP | ò¢?¸í÷ | 1000111110101011110100101010000111110001001111111000111110100010101100011000111110101011101111111010000111100000 | 8fabd2a1f13f8fa2b18fabbfa1e0 |
UTF-8 | ò¢¸í÷ | 110000111011001011000010101000101100001010001110110000101011100011000011101011011100001110110111 | c3b2c2a2c28ec2b8c3adc3b7 |
UHC | ???¸?÷ | 0011111100111111001111111010001010101100001111111010000111000000 | 3f3f3fa2ac3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)