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 | Á®²¢Y | 1100000110101110101100101010001001011001 | c1aeb2a259 |
SJIS-WIN | ???¢Y | 001111110011111100111111100000011001000101011001 | 3f3f3f819159 |
EUC-JP | Á®?¢Y | 10001111101010101010000110001111101000101110111000111111101000011111000101011001 | 8faaa18fa2ee3fa1f159 |
UTF-8 | Á®²¢Y | 110000111000000111000010101011101100001010110010110000101010001001011001 | c381c2aec2b2c2a259 |
UHC | ?®²?Y | 00111111101000101110011110101001111101110011111101011001 | 3fa2e7a9f73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)