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 | 1110100110011011100110010111110101000010 | e99b997d42 |
EUC-JP | 髮凩B | 1111000111111011110100011101111001000010 | f1fbd1de42 |
UTF-8 | 髮凩B | 11101001101010111010111011100101100001111010100101000010 | e9abaee587a942 |
UHC | 髮?B | 11011011101001010011111101000010 | dba53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)