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 | ±²ä·B | 10001110101100011000111010110010111001001011011101000010 | 8eb18eb2e4b742 |
SJIS-WIN | ?±????B | 0011111110000001011111010011111100111111001111110011111101000010 | 3f817d3f3f3f3f42 |
EUC-JP | ?±??ä?B | 00111111101000011101111000111111001111111000111110101011101000110011111101000010 | 3fa1de3f3f8faba33f42 |
UTF-8 | ±²ä·B | 11000010100011101100001010110001110000101000111011000010101100101100001110100100110000101011011101000010 | c28ec2b1c28ec2b2c3a4c2b742 |
UHC | ?±?²?·B | 00111111101000011011111000111111101010011111011100111111101000011010010001000010 | 3fa1be3fa9f73fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)