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 | 弱?}弱?{^ | 100011101110001100111111011111011000111011100011001111110111101101011110 | 8ee33f7d8ee33f7b5e |
EUC-JP | 弱?}弱?{^ | 101111001110010100111111011111011011110011100101001111110111101101011110 | bce53f7dbce53f7b5e |
UTF-8 | 弱쨕}弱쨕{^ | 111001011011110010110001111011001010100010010101011111011110010110111100101100011110110010101000100101010111101101011110 | e5bcb1eca8957de5bcb1eca8957b5e |
UHC | 弱쨕}弱쨕{^ | 1110010110110000101001000110101101111101111001011011000010100100011010110111101101011110 | e5b0a46b7de5b0a46b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)