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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辣ョ闡ュ隴ア | 111001111000010110101110111010001001000110101101111010001010110110110001 | e785aee891ade8adb1 |
EUC-JP | 辣ョ闡ュ隴ア | 111011011110010110001110101011101110111111110001100011101010110111110000101011111000111010110001 | ede58eaeeff18eadf0af8eb1 |
UTF-8 | 辣ョ闡ュ隴ア | 111010001011111010100011111011111011110110101110111010011001011110100001111011111011110110101101111010011001101010110100111011111011110110110001 | e8bea3efbdaee997a1efbdade99ab4efbdb1 |
UHC | 辣?闡??? | 1101010110111000001111111111010011000101001111110011111100111111 | d5b83ff4c53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)