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 | 讚袙}讚袙{^ | 1110011010101011111001011101100001111101111001101010101111100101110110000111101101011110 | e6abe5d87de6abe5d87b5e |
EUC-JP | 讚袙}讚袙{^ | 1110110010101101111010101101101001111101111011001010110111101010110110100111101101011110 | ecadeada7decadeada7b5e |
UTF-8 | 讚袙}讚袙{^ | 111010001010111010011010111010001010001010011001011111011110100010101110100110101110100010100010100110010111101101011110 | e8ae9ae8a2997de8ae9ae8a2997b5e |
UHC | 讚?}讚?{^ | 111100111100011000111111011111011111001111000110001111110111101101011110 | f3c63f7df3c63f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)