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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辣懣せ﨡ァ | 111001111000010110011100111011101000001010111001111110111010000010100111 | e7859cee82b9fba0a7 |
EUC-JP | 辣懣せ?ァ | 111011011110010111011000111100001010010010111011001111111000111010100111 | ede5d8f0a4bb3f8ea7 |
UTF-8 | 辣懣せ﨡ァ | 111010001011111010100011111001101000011110100011111000111000000110011011111011111010100010100001111011111011110110100111 | e8bea3e687a3e3819befa8a1efbda7 |
UHC | 辣?せ?? | 11010101101110000011111110101010101110110011111100111111 | d5b83faabb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)