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 | ë¡ë¿´ | 111010111000110110100001111010111011111110110100 | eb8da1ebbfb4 |
SJIS-WIN | ?????´ | 00111111001111110011111100111111001111111000000101001100 | 3f3f3f3f3f814c |
EUC-JP | ë?¡ë¿´ | 100011111010101110110011001111111000111110100010110000101000111110101011101100111000111110100010110001001010000110101101 | 8fabb33f8fa2c28fabb38fa2c4a1ad |
UTF-8 | ë¡ë¿´ | 110000111010101111000010100011011100001010100001110000111010101111000010101111111100001010110100 | c3abc28dc2a1c3abc2bfc2b4 |
UHC | ??¡?¿´ | 001111110011111110100010101011100011111110100010101011111010001010100101 | 3f3fa2ae3fa2afa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)