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 | 衣렠}衣렠{^ | 111010001010000110100011111010111010000010100000011111011110100010100001101000111110101110100000101000000111101101011110 | e8a1a3eba0a07de8a1a3eba0a07b5e |
UHC | 衣렠}衣렠{^ | 1110101111111101100011101011000101111101111010111111110110001110101100010111101101011110 | ebfd8eb17debfd8eb17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)