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 | 箴絽}箴絽{^ | 1110001010111100111000110101011101111101111000101011110011100011010101110111101101011110 | e2bce3577de2bce3577b5e |
EUC-JP | 箴絽}箴絽{^ | 1110010010111110111001011011100001111101111001001011111011100101101110000111101101011110 | e4bee5b87de4bee5b87b5e |
UTF-8 | 箴絽}箴絽{^ | 111001111010111010110100111001111011010110111101011111011110011110101110101101001110011110110101101111010111101101011110 | e7aeb4e7b5bd7de7aeb4e7b5bd7b5e |
UHC | 箴?}箴?{^ | 111011011101011100111111011111011110110111010111001111110111101101011110 | edd73f7dedd73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)