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 | ê¿°è¤ | 111010101011111110110000111010001001101010100100 | eabfb0e89aa4 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ê¿°è?¤ | 100011111010101110110100100011111010001011000100101000011110101110001111101010111011001000111111100011111010001011110000 | 8fabb48fa2c4a1eb8fabb23f8fa2f0 |
UTF-8 | ê¿°è¤ | 110000111010101011000010101111111100001010110000110000111010100011000010100110101100001010100100 | c3aac2bfc2b0c3a8c29ac2a4 |
UHC | ?¿°??¤ | 001111111010001010101111101000011100011000111111001111111010001010110100 | 3fa2afa1c63f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)