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 | è½Ìë¡ô | 111010001011110111001100111010111010000111110100 | e8bdcceba1f4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è?Ìë¡ô | 10001111101010111011001000111111100011111010101011000000100011111010101110110011100011111010001011000010100011111010101111010100 | 8fabb23f8faac08fabb38fa2c28fabd4 |
UTF-8 | è½Ìë¡ô | 110000111010100011000010101111011100001110001100110000111010101111000010101000011100001110110100 | c3a8c2bdc38cc3abc2a1c3b4 |
UHC | ?½??¡? | 0011111110101000111101100011111100111111101000101010111000111111 | 3fa8f63f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)