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 | ¸Î°±] | 1011100011001110101100001011000101011101 | b8ceb0b15d |
SJIS-WIN | ??°±] | 00111111001111111000000110001011100000010111110101011101 | 3f3f818b817d5d |
EUC-JP | ¸Î°±] | 1000111110100010101100011000111110101010110000101010000111101011101000011101111001011101 | 8fa2b18faac2a1eba1de5d |
UTF-8 | ¸Î°±] | 110000101011100011000011100011101100001010110000110000101011000101011101 | c2b8c38ec2b0c2b15d |
UHC | ¸?°±] | 1010001010101100001111111010000111000110101000011011111001011101 | a2ac3fa1c6a1be5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)