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 | ¡ò¢ë¡ | 101000011111001010001111101000101110101110100001 | a1f28fa2eba1 |
SJIS-WIN | ???¢?? | 00111111001111110011111110000001100100010011111100111111 | 3f3f3f81913f3f |
EUC-JP | ¡ò?¢ë¡ | 100011111010001011000010100011111010101111010010001111111010000111110001100011111010101110110011100011111010001011000010 | 8fa2c28fabd23fa1f18fabb38fa2c2 |
UTF-8 | ¡ò¢ë¡ | 110000101010000111000011101100101100001010001111110000101010001011000011101010111100001010100001 | c2a1c3b2c28fc2a2c3abc2a1 |
UHC | ¡????¡ | 1010001010101110001111110011111100111111001111111010001010101110 | a2ae3f3f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)