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 | ©¡¢®©« | 101010011010000110100010101011101010100110101011 | a9a1a2aea9ab |
SJIS-WIN | ??¢??? | 00111111001111111000000110010001001111110011111100111111 | 3f3f81913f3f3f |
EUC-JP | ©¡¢®©? | 100011111010001011101101100011111010001011000010101000011111000110001111101000101110111010001111101000101110110100111111 | 8fa2ed8fa2c2a1f18fa2ee8fa2ed3f |
UTF-8 | ©¡¢®©« | 110000101010100111000010101000011100001010100010110000101010111011000010101010011100001010101011 | c2a9c2a1c2a2c2aec2a9c2ab |
UHC | ?¡?®?? | 0011111110100010101011100011111110100010111001110011111100111111 | 3fa2ae3fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)