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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?憐E | 00111111100101111111011101000101 | 3f97f745 |
EUC-JP | ?憐E | 00111111110011101111100101000101 | 3fcef945 |
UTF-8 | 뤒憐E | 11101011101001001001001011100110100001101001000001000101 | eba492e6869045 |
UHC | 뤒憐E | 1000111111000010110101011111101101000101 | 8fc2d5fb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)