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 | ½ûÝç] | 100011101011110111111011110111011110011101011101 | 8ebdfbdde75d |
SJIS-WIN | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
EUC-JP | ??ûÝç] | 001111110011111110001111101010111110010110001111101010101111001010001111101010111010111001011101 | 3f3f8fabe58faaf28fabae5d |
UTF-8 | ½ûÝç] | 1100001010001110110000101011110111000011101110111100001110011101110000111010011101011101 | c28ec2bdc3bbc39dc3a75d |
UHC | ?½???] | 00111111101010001111011000111111001111110011111101011101 | 3fa8f63f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)