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 | £º¦£¡ë | 101000111011101010100110101000111010000111101011 | a3baa6a3a1eb |
SJIS-WIN | £??£?? | 1000000110010010001111110011111110000001100100100011111100111111 | 81923f3f81923f3f |
EUC-JP | £º¦£¡ë | 10100001111100101000111110100010111010111000111110100010110000111010000111110010100011111010001011000010100011111010101110110011 | a1f28fa2eb8fa2c3a1f28fa2c28fabb3 |
UTF-8 | £º¦£¡ë | 110000101010001111000010101110101100001010100110110000101010001111000010101000011100001110101011 | c2a3c2bac2a6c2a3c2a1c3ab |
UHC | ?º??¡? | 0011111110101000101011000011111100111111101000101010111000111111 | 3fa8ac3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)