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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 遨ス辯オh | 11100111101010011011110111100111100001111011010101101000 | e7a9bde787b568 |
EUC-JP | 遨ス辯オh | 111011101010101110001110101111011110110111100111100011101011010101101000 | eeab8ebdede78eb568 |
UTF-8 | 遨ス辯オh | 11101001100000011010100011101111101111011011110111101000101111101010111111101111101111011011010101101000 | e981a8efbdbde8beafefbdb568 |
UHC | ??辯?h | 001111110011111111011100101010100011111101101000 | 3f3fdcaa3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)