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 | É°ý³¤ | 100011111100100110110000111111011011001110100100 | 8fc9b0fdb3a4 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | ?É°ý?¤ | 00111111100011111010101010110001101000011110101110001111101010111111001000111111100011111010001011110000 | 3f8faab1a1eb8fabf23f8fa2f0 |
UTF-8 | É°ý³¤ | 110000101000111111000011100010011100001010110000110000111011110111000010101100111100001010100100 | c28fc389c2b0c3bdc2b3c2a4 |
UHC | ??°?³¤ | 001111110011111110100001110001100011111110101001111110001010001010110100 | 3f3fa1c63fa9f8a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)