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 | ¢®©ø¢®© | 10100010101011101010100111111000101000101010111010101001 | a2aea9f8a2aea9 |
SJIS-WIN | ¢???¢?? | 100000011001000100111111001111110011111110000001100100010011111100111111 | 81913f3f3f81913f3f |
EUC-JP | ¢®©ø¢®© | 10100001111100011000111110100010111011101000111110100010111011011000111110101001110011001010000111110001100011111010001011101110100011111010001011101101 | a1f18fa2ee8fa2ed8fa9cca1f18fa2ee8fa2ed |
UTF-8 | ¢®©ø¢®© | 1100001010100010110000101010111011000010101010011100001110111000110000101010001011000010101011101100001010101001 | c2a2c2aec2a9c3b8c2a2c2aec2a9 |
UHC | ?®?ø?®? | 00111111101000101110011100111111101010011010101000111111101000101110011100111111 | 3fa2e73fa9aa3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)