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 | ?????c] | 00111111001111110011111100111111001111110110001101011101 | 3f3f3f3f3f635d |
SJIS-WIN | 袱仙槙鮓コc] | 1110010111011110100100001110010110010110100010101110100110110110101110100110001101011101 | e5de90e5968ae9b6ba635d |
EUC-JP | 袱仙槙鮓コc] | 111010101110000011000000111001111100101111101010111100101011100010001110101110100110001101011101 | eae0c0e7cbeaf2b88eba635d |
UTF-8 | 袱仙槙鮓コc] | 1110100010100010101100011110010010111011100110011110011010100111100110011110100110101110100100111110111110111101101110100110001101011101 | e8a2b1e4bb99e6a799e9ae93efbdba635d |
UHC | ?仙???c] | 0011111111100000101110010011111100111111001111110110001101011101 | 3fe0b93f3f3f635d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)