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 | 衣늋}衣늋{^ | 111010001010000110100011111010111000101010001011011111011110100010100001101000111110101110001010100010110111101101011110 | e8a1a3eb8a8b7de8a1a3eb8a8b7b5e |
UHC | 衣늋}衣늋{^ | 1110101111111101100010000101011101111101111010111111110110001000010101110111101101011110 | ebfd88577debfd88577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)