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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?斜砥 | 0011111110001110110011101001001101110101 | 3f8ece9375 |
EUC-JP | ?斜砥 | 0011111110111100110100001100010111010110 | 3fbcd0c5d6 |
UTF-8 | 離斜砥 | 111011111010011110101010111001101001011010011100111001111010000010100101 | efa7aae6969ce7a0a5 |
UHC | 離斜砥 | 111011001100011011011110110110001111001010110010 | ecc6ded8f2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)