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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 髮趣スコB | 11101001100110111000111011101111101111011011101001000010 | e99b8eefbdba42 |
EUC-JP | 髮趣スコB | 111100011111101110111100111100011000111010111101100011101011101001000010 | f1fbbcf18ebd8eba42 |
UTF-8 | 髮趣スコB | 11101001101010111010111011101000101101101010001111101111101111011011110111101111101111011011101001000010 | e9abaee8b6a3efbdbdefbdba42 |
UHC | 髮趣??B | 11011011101001011111011010101100001111110011111101000010 | dba5f6ac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)