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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?栯}?栯{^ | 0011111110001111110000111101001001111101001111111000111111000011110100100111101101011110 | 3f8fc3d27d3f8fc3d27b5e |
UTF-8 | 셗栯}셗栯{^ | 111011001000010110010111111001101010000010101111011111011110110010000101100101111110011010100000101011110111101101011110 | ec8597e6a0af7dec8597e6a0af7b5e |
UHC | 셗栯}셗栯{^ | 1001100101011010111010011111000101111101100110010101101011101001111100010111101101011110 | 995ae9f17d995ae9f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)