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 | ????¤ | 0011111100111111001111110011111110100100 | 3f3f3f3fa4 |
SJIS-WIN | ∫???? | 100000011110011100111111001111110011111100111111 | 81e73f3f3f3f |
EUC-JP | ∫???¤ | 1010001011101001001111110011111100111111100011111010001011110000 | a2e93f3f3f8fa2f0 |
UTF-8 | ∫룫뇟卽¤ | 1110001010001000101010111110101110100011101010111110101110000111100111111110010110001101101111011100001010100100 | e288abeba3abeb879fe58dbdc2a4 |
UHC | ∫룫뇟卽¤ | 10100001111100101000111110100010101101001010000111110001111011011010001010110100 | a1f28fa2b4a1f1eda2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)