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 | 髮穂サ呎雛 | 111010011001101110010101111001001011101110011001111001101001000010010111 | e99b95e4bb99e69097 |
EUC-JP | 髮穂サ呎雛 | 11110001111110111100101011100110100011101011101111010010111010001011111111110111 | f1fbcae68ebbd2e8bff7 |
UTF-8 | 髮穂サ呎雛 | 111010011010101110101110111001111010100110000010111011111011110110111011111001011001000110001110111010011001101110011011 | e9abaee7a982efbdbbe5918ee99b9b |
UHC | 髮???雛 | 11011011101001010011111100111111001111111111010111100001 | dba53f3f3ff5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)