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 | 衣?}衣?{^ | 100010001101111100111111011111011000100011011111001111110111101101011110 | 88df3f7d88df3f7b5e |
EUC-JP | 衣?}衣?{^ | 101100001110000100111111011111011011000011100001001111110111101101011110 | b0e13f7db0e13f7b5e |
UTF-8 | 衣렱}衣렱{^ | 111010001010000110100011111010111010000010110001011111011110100010100001101000111110101110100000101100010111101101011110 | e8a1a3eba0b17de8a1a3eba0b17b5e |
UHC | 衣렱}衣렱{^ | 1110101111111101100011101011111001111101111010111111110110001110101111100111101101011110 | ebfd8ebe7debfd8ebe7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)