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 | ?鰐}?鰐{^ | 001111111001100001101011011111010011111110011000011010110111101101011110 | 3f986b7d3f986b7b5e |
EUC-JP | ?鰐}?鰐{^ | 001111111100111111001100011111010011111111001111110011000111101101011110 | 3fcfcc7d3fcfcc7b5e |
UTF-8 | 閭鰐}閭鰐{^ | 111011111010011010000110111010011011000010010000011111011110111110100110100001101110100110110000100100000111101101011110 | efa686e9b0907defa686e9b0907b5e |
UHC | 閭鰐}閭鰐{^ | 1110011010101101111001001100101001111101111001101010110111100100110010100111101101011110 | e6ade4ca7de6ade4ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)