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 | ûZÏÝh | 1111101101011010110011111101110101101000 | fb5acfdd68 |
SJIS-WIN | ?Z??h | 0011111101011010001111110011111101101000 | 3f5a3f3f68 |
EUC-JP | ûZÏÝh | 1000111110101011111001010101101010001111101010101100000110001111101010101111001001101000 | 8fabe55a8faac18faaf268 |
UTF-8 | ûZÏÝh | 1100001110111011010110101100001110001111110000111001110101101000 | c3bb5ac38fc39d68 |
UHC | ?Z??h | 0011111101011010001111110011111101101000 | 3f5a3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)