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 | è²¡ë £^ | 11101000101100101010000111101011101000001010001101011110 | e8b2a1eba0a35e |
SJIS-WIN | ?????£^ | 0011111100111111001111110011111100111111100000011001001001011110 | 3f3f3f3f3f81925e |
EUC-JP | è?¡ë?£^ | 1000111110101011101100100011111110001111101000101100001010001111101010111011001100111111101000011111001001011110 | 8fabb23f8fa2c28fabb33fa1f25e |
UTF-8 | è²¡ë £^ | 11000011101010001100001010110010110000101010000111000011101010111100001010100000110000101010001101011110 | c3a8c2b2c2a1c3abc2a0c2a35e |
UHC | ?²¡???^ | 001111111010100111110111101000101010111000111111001111110011111101011110 | 3fa9f7a2ae3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)