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 | 髯ャ豈俶ь | 111010011001100110101100111001101010111110011000111001101000010010001110 | e999ace6af98e6848e |
EUC-JP | 髯ャ豈俶ь | 11110001111110011000111010101100111011001011000111010000111010001010011111101110 | f1f98eacecb1d0e8a7ee |
UTF-8 | 髯ャ豈俶ь | 1110100110101011101011111110111110111101101011001110100010110001100010001110010010111111101101101101000110001100 | e9abafefbdace8b188e4bfb6d18c |
UHC | ??豈?ь | 00111111001111111101000111000010001111111010110011101110 | 3f3fd1c23facee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)