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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髮具スウ髣 | 1110100110011011100010111110111110111101101100111110100110010111 | e99b8befbdb3e997 |
EUC-JP | 髮具スウ髣 | 11110001111110111011011011110001100011101011110110001110101100111111000111110111 | f1fbb6f18ebd8eb3f1f7 |
UTF-8 | 髮具スウ髣 | 111010011010101110101110111001011000010110110111111011111011110110111101111011111011110110110011111010011010101110100011 | e9abaee585b7efbdbdefbdb3e9aba3 |
UHC | 髮具??? | 11011011101001011100111011111101001111110011111100111111 | dba5cefd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)