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 | ?xW}?xW{^ | 001111110111100001010111011111010011111101111000010101110111101101011110 | 3f78577d3f78577b5e |
SJIS-WIN | 紆xW}紆xW{^ | 1110001011111100011110000101011101111101111000101111110001111000010101110111101101011110 | e2fc78577de2fc78577b5e |
EUC-JP | 紆xW}紆xW{^ | 1110010011111110011110000101011101111101111001001111111001111000010101110111101101011110 | e4fe78577de4fe78577b5e |
UTF-8 | 紆xW}紆xW{^ | 11100111101101001000011001111000010101110111110111100111101101001000011001111000010101110111101101011110 | e7b48678577de7b48678577b5e |
UHC | 紆xW}紆xW{^ | 1110100111100001011110000101011101111101111010011110000101111000010101110111101101011110 | e9e178577de9e178577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)