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 | ¡¬¡äAB | 10100001101011001010000111100100100010010100000101000010 | a1aca1e4894142 |
SJIS-WIN | ?¬???AB | 0011111110000001110010100011111100111111001111110100000101000010 | 3f81ca3f3f3f4142 |
EUC-JP | ¡¬¡ä?AB | 1000111110100010110000101010001011001100100011111010001011000010100011111010101110100011001111110100000101000010 | 8fa2c2a2cc8fa2c28faba33f4142 |
UTF-8 | ¡¬¡äAB | 110000101010000111000010101011001100001010100001110000111010010011000010100010010100000101000010 | c2a1c2acc2a1c3a4c2894142 |
UHC | ¡?¡??AB | 101000101010111000111111101000101010111000111111001111110100000101000010 | a2ae3fa2ae3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)