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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??低啖 | 001111110011111110010010111000011001101001010110 | 3f3f92e19a56 |
EUC-JP | ??低啖 | 001111110011111111000100111000111101001110110111 | 3f3fc4e3d3b7 |
UTF-8 | 履렰低啖 | 111011111010011110011111111010111010000010110000111001001011110110001110111001011001010110010110 | efa79feba0b0e4bd8ee59596 |
UHC | 履렰低啖 | 1110110010101010100011101011110111101110101110001101001110111010 | ecaa8ebdeeb8d3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)