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 | ±«e^ | 100011101100001010110001101010110110010101011110 | 8ec2b1ab655e |
SJIS-WIN | ??±?e^ | 00111111001111111000000101111101001111110110010101011110 | 3f3f817d3f655e |
EUC-JP | ?±?e^ | 001111111000111110101010101001001010000111011110001111110110010101011110 | 3f8faaa4a1de3f655e |
UTF-8 | ±«e^ | 11000010100011101100001110000010110000101011000111000010101010110110010101011110 | c28ec382c2b1c2ab655e |
UHC | ??±?e^ | 00111111001111111010000110111110001111110110010101011110 | 3f3fa1be3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)