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 | ²ı£ | 100011101100001010110010110001001011000110100011 | 8ec2b2c4b1a3 |
SJIS-WIN | ????±£ | 0011111100111111001111110011111110000001011111011000000110010010 | 3f3f3f3f817d8192 |
EUC-JP | ?Â?ı£ | 001111111000111110101010101001000011111110001111101010101010001110100001110111101010000111110010 | 3f8faaa43f8faaa3a1dea1f2 |
UTF-8 | ²ı£ | 110000101000111011000011100000101100001010110010110000111000010011000010101100011100001010100011 | c28ec382c2b2c384c2b1c2a3 |
UHC | ??²?±? | 0011111100111111101010011111011100111111101000011011111000111111 | 3f3fa9f73fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)