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 | ì¡ë¹ | 111011001000001110100001111010111011100110011101 | ec83a1ebb99d |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì?¡ë?? | 100011111010101111000000001111111000111110100010110000101000111110101011101100110011111100111111 | 8fabc03f8fa2c28fabb33f3f |
UTF-8 | ì¡ë¹ | 110000111010110011000010100000111100001010100001110000111010101111000010101110011100001010011101 | c3acc283c2a1c3abc2b9c29d |
UHC | ??¡?¹? | 0011111100111111101000101010111000111111101010011111011000111111 | 3f3fa2ae3fa9f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)