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 | 1110010110111100100101000101001101000010 | e5bc945342 |
EUC-JP | 蠑粘B | 1110101010111110110001111011010001000010 | eabec7b442 |
UTF-8 | 蠑粘B | 11101000101000001001000111100111101100101001100001000010 | e8a091e7b29842 |
UHC | ?粘B | 00111111111011111100010001000010 | 3fefc442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)