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 | Í¢ç¸^ | 1100110110100010111001111011100001011110 | cda2e7b85e |
SJIS-WIN | ?¢??^ | 001111111000000110010001001111110011111101011110 | 3f81913f3f5e |
EUC-JP | Í¢ç¸^ | 100011111010101010111111101000011111000110001111101010111010111010001111101000101011000101011110 | 8faabfa1f18fabae8fa2b15e |
UTF-8 | Í¢ç¸^ | 110000111000110111000010101000101100001110100111110000101011100001011110 | c38dc2a2c3a7c2b85e |
UHC | ???¸^ | 001111110011111100111111101000101010110001011110 | 3f3f3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)