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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 提?}提?{^ | 100100101111000100111111011111011001001011110001001111110111101101011110 | 92f13f7d92f13f7b5e |
EUC-JP | 提?}提?{^ | 110001001111001100111111011111011100010011110011001111110111101101011110 | c4f33f7dc4f33f7b5e |
UTF-8 | 提렢}提렢{^ | 111001101000111110010000111010111010000010100010011111011110011010001111100100001110101110100000101000100111101101011110 | e68f90eba0a27de68f90eba0a27b5e |
UHC | 提렢}提렢{^ | 1111000010101011100011101011001101111101111100001010101110001110101100110111101101011110 | f0ab8eb37df0ab8eb37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)