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 | ß§}ß§{^ | 11011111101001110111110111011111101001110111101101011110 | dfa77ddfa77b5e |
SJIS-WIN | ?§}?§{^ | 001111111000000110011000011111010011111110000001100110000111101101011110 | 3f81987d3f81987b5e |
EUC-JP | ß§}ß§{^ | 10001111101010011100111010100001111110000111110110001111101010011100111010100001111110000111101101011110 | 8fa9cea1f87d8fa9cea1f87b5e |
UTF-8 | ß§}ß§{^ | 1100001110011111110000101010011101111101110000111001111111000010101001110111101101011110 | c39fc2a77dc39fc2a77b5e |
UHC | ß§}ß§{^ | 1010100110101100101000011101011101111101101010011010110010100001110101110111101101011110 | a9aca1d77da9aca1d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)