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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賞囚疎 | 100011111101110010001110111110101001000101100001 | 8fdc8efa9161 |
EUC-JP | 賞囚疎 | 101111101101111010111100111111001100000111000010 | bedebcfcc1c2 |
UTF-8 | 賞囚疎 | 111010001011001110011110111001011001101110011010111001111001011010001110 | e8b39ee59b9ae7968e |
UHC | 賞囚疎 | 110111111101101111100001111101101110000111000011 | dfdbe1f6e1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)