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 | 跂啝}跂啝{^ | 1110011011100011100110100101101001111101111001101110001110011010010110100111101101011110 | e6e39a5a7de6e39a5a7b5e |
EUC-JP | 跂啝}跂啝{^ | 1110110011100101110100111011101101111101111011001110010111010011101110110111101101011110 | ece5d3bb7dece5d3bb7b5e |
UTF-8 | 跂啝}跂啝{^ | 111010001011011110000010111001011001010110011101011111011110100010110111100000101110010110010101100111010111101101011110 | e8b782e5959d7de8b782e5959d7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)