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 | 鬮懷ョ崎」 | 1110100110101011100111001110010110101110100011011110100010100011 | e9ab9ce5ae8de8a3 |
EUC-JP | 鬮懷ョ崎」 | 11110010101011011101100011100111100011101010111010111010111010101000111010100011 | f2add8e78eaebaea8ea3 |
UTF-8 | 鬮懷ョ崎」 | 111010011010110010101110111001101000011110110111111011111011110110101110111001011011010010001110111011111011110110100011 | e9acaee687b7efbdaee5b48eefbda3 |
UHC | ?懷?崎? | 00111111111111001110001100111111110100001111100000111111 | 3ffce33fd0f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)