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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 潁笘B | 1001111111110001111000101001100001000010 | 9ff1e29842 |
EUC-JP | 潁笘B | 1101111011110011111000111111100001000010 | def3e3f842 |
UTF-8 | 潁笘B | 11100110101111011000000111100111101011001001100001000010 | e6bd81e7ac9842 |
UHC | 潁?B | 11100111101110000011111101000010 | e7b83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)