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ÃB | 1111101101011010110000111010110101000010 | fb5ac3ad42 |
SJIS-WIN | ?Z??B | 0011111101011010001111110011111101000010 | 3f5a3f3f42 |
EUC-JP | ûZÃ?B | 100011111010101111100101010110101000111110101010101010100011111101000010 | 8fabe55a8faaaa3f42 |
UTF-8 | ûZÃB | 1100001110111011010110101100001110000011110000101010110101000010 | c3bb5ac383c2ad42 |
UHC | ?Z?B | 001111110101101000111111101000011010100101000010 | 3f5a3fa1a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)