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 | 羹跖ナ靫、 | 1110001110111011111001101110100011000101111010001101010010100100 | e3bbe6e8c5e8d4a4 |
EUC-JP | 羹跖ナ靫、 | 11100110101111011110110011101010100011101100010111110000110101101000111010100100 | e6bdecea8ec5f0d68ea4 |
UTF-8 | 羹跖ナ靫、 | 111001111011111010111001111010001011011110010110111011111011111010000101111010011001110110101011111011111011110110100100 | e7beb9e8b796efbe85e99dabefbda4 |
UHC | 羹???? | 110010111101100000111111001111110011111100111111 | cbd83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)